Andrew Bradley
Andrew Bradley
Ok, cool. I informally asked the yarn team if they would accept this PR, since it's adding a feature that they technically won't use themselves. They said it's fine particularly...
I remember more of the `objcopy` stuff from my experiments. The idea is: compile-in a pointer to a binary section, inject payload into the section, then use the pointer at...
> It might even be worth it to take a hex editor to each bin before/after manually performing the operations for each platform Ooh yeah, great idea. I bet we...
Is this an accurate description of the middleware flow in nexe? Ordered temporally from top to bottom, using indentation to indicate which middleware is executing a particular task. ``` -...
If you would like to continue the work on this pull request, feel free. I likely will not have time for it in the near future. On Sun, Mar 14,...
Cross-referencing this: https://github.com/cspotcode/nexe/pull/1 Someone else sent me some improvements to this PR which I haven't had a chance to read.
The question is: what does node's REPL do? We'll match that.
@GhaithZamrik > I can't say what are the reproducible steps per se as there's nothing special about the project. https://en.wikipedia.org/wiki/Minimal_reproducible_example > a collection of [source code](https://en.wikipedia.org/wiki/Source_code) and other data files...
I'm in the same boat as @rfgamaral, trying to puzzle out how best to handle this. I want CI to publish as automatically as possible so engineers can get canary...
I want to achieve essentially the same thing as @bimbiltu. I want changes in any pull request to be published as canary builds to dist-tag `PR` so that engineers on...