Andrew Bradley

Results 547 comments of Andrew Bradley
trafficstars

@Dean177: It doesn't make the elements of the array deeply readonly, correct? That seems like a big limitation. I tried to implement it myself and couldn't. I got errors about...

Yeah, that mostly does the trick, thanks! But why are you stripping methods off of the readonly objects? Is it because methods might trigger mutations? The only change I would...

@baparham @calebboyd should we start a Github Discussion thread or sub-forum to discuss nexe's architecture, or would you prefer to keep everything in issues?

Dang, this is an immediately blocker. Is it feasible for `nexe` to adopt `pkg`'s approach, where the virtual filesystem appears at `/snapshot`. This blocks access to a `/snapshot` directory that...

Looks like I can change how `baseDir` is computed; hard-code it to `/snapshot` or `C:\snapshot` https://github.com/nexe/nexe/blob/master/src/fs/patch.ts#L38

yarn 2 has implemented a library for overlaying virtual filesystems onto node's fs module. It's used to mount .zip files and module extracted to cache onto node's perceived filesystem so...

For my use-case, I can't tell my team they need to webpack everything, nor use something like ncc. It requires too much knowledge of the JS ecosystem when things fail...

It's been a while so I don't remember what I did with `objcopy`. Looking back, I think the only reason I wanted to use `objcopy` is so that the zip...

You might be able to compile LIEF to WASM. How does executable signing work for various executable formats? What needs to change to sign the executable after it's been modified?...

Can we split this change into 2x tasks: a) using zip payloads with current appending behavior b) change how payload is added to support exe signing If we split like...