I have another experiment going to see if I can get github.com/Automattic/n... to be bundled into the binary (which is how the image library works).
Currently that's ending somewhat sadly.
I have another experiment going to see if I can get github.com/Automattic/n... to be bundled into the binary (which is how the image library works).
Currently that's ending somewhat sadly.
I should have said I got nerd-sniped into going through this exercise this morning (github.com/jpolitz/pyre...), even up to saving an image to disk.
Then I moved the binary and it stopped working. We have dynamic requires and they still poke around in node_modules.
I should have said I got nerd-sniped into going through this exercise this morning (github.com/jpolitz/pyre...), even up to saving an image to disk.
Then I moved the binary and it stopped working. We have dynamic requires and they still poke around in node_modules.
Would love more expertise and input here.
Would love more expertise and input here.
For example, we use node-canvas and other similar packages to get the image library to work headless, and they rely on a pile of C code, which complicates things.
For example, we use node-canvas and other similar packages to get the image library to work headless, and they rely on a pile of C code, which complicates things.
We need something like the symlink if we want pyret to work as a global command because we want to generate standalone JS blobs runnable with plain `node`.
We need something like the symlink if we want pyret to work as a global command because we want to generate standalone JS blobs runnable with plain `node`.