Leandro Facchinetti

Results 212 comments of Leandro Facchinetti
trafficstars

Oh, interesting. It seems like you and I understand the point of `--exclude` differently: **You:** `--exclude` means “don’t include this file in the binary.” **I:** `--exclude` means “don’t copy this...

Hi @egrogans-colinst, First, thanks for reaching out! --- I think that the best solution would be for caxa to introduce an environment variable containing the path of executable created with...

Thanks for reaching out. Can you please try packaging a “hello world” kind of application, like https://github.com/leafac/caxa/tree/main/examples/echo-command-line-parameters ? This will help us figure out if the issue has to do...

Yeah, I’ve noticed this before. I played around with different `tsconfig.json` fields and different ways to `export` from TypeScript, and I Googled around, but found no way to fix this....

Thanks for the information. I learned that there are two solutions to this: 1. Transform caxa into an ESM-only package. This is the approach I’ll be taking soon. 2. Create...

Since you ask, I’ll add Windows 32 bits support on the next version of caxa…

> In [vercel/pkg#837 (comment)](https://github.com/vercel/pkg/pull/837#issuecomment-782522154), you mention that the self-extracting archive uses `gzip`, which is great. It was unclear to me if this applies to the Node binary or the user...

Hey @trevyn, Since we talked I released 1.0.0. In order to support Windows, I ended up using an approach that is slightly different, and I think that supporting other compression...

Yeah, sure, in principle I’m okay with Rust. I know almost nothing about either language (Rust & Go) anyway… My main concern is being welcoming to new contributors. It seems...

I’m looking forward to your Pull Request 🙌