Leandro Facchinetti

Results 212 comments of Leandro Facchinetti
trafficstars

I approve of the “here be dragons” approach. Simpler is better. Thanks again for the thoughtful pull request! 😁

@SrZorro Thank you very much for your work. I’ll get to this soon…

Commented on testing here: https://github.com/leafac/caxa/issues/53#issuecomment-1115945380 Again, excellent work on this. I really appreciate how you covered all the bases with tests, the different kinds of stub (Go & shell script),...

> Is this related to what pkg calls V8 bytecode? Yes, that’s exactly it. And thanks for the information; I didn’t know that compiling bytecode is nondeterministic and that it...

@rightaway I suppose you’re right. Support for snapshots in Node.js would make adding support for it in caxa much more natural and straightforward.

As far as I know currently the best you can do is obfuscate the JavaScript.

Exciting news: https://nodejs.org/en/blog/announcements/v18-release-announce/#build-time-user-land-snapshot-experimental In summary: - Starting with Node.js v18, you can compile Node.js from scratch and include your application in the executable. This means that the source code for...

> When will support be available? I don’t think that the Node.js have a specific deadline for delivering the features we’d need. And we don’t have a deadline for exactly...

Hi @jeffrson, Thanks for the nice words and for reaching out. Do you think you could make things work with the `--dedupe` and the `--prepare-command` command-line flags? Best.

Great. I’m glad you got things working.