Andrew Bradley
Andrew Bradley
**What this PR does / why we need it**: Uses `@yarnpkg/fslib` both to create the bundle as a normal .zip and to mount it at runtime. Still WIP; there's a...
**What this PR does / why we need it**: Allows accessing real filesystem in cwd from nexe binaries. Current nexe behavior is confusing and maybe buggy, though I wasn't really...
**What would you like to be added**: The ability to generate multiple targets at once. **Why is this needed**: I frequently need to generate 4 binaries: alpine, mac, linux, and...
**What would you like to be added**: We can use `@yarnpkg/fslib` to mount a .zip file as the bundled filesystem. **Why is this needed**: yarn 2 hooks the filesystem to...
I couldn't find this in the docs. When I bundle a `node_modules` directory into a `nexe` binary, and I need to `fs.readFile()` a bundled file, what is the absolute path...
### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...
As a dprint user, I was excited to try prettier's new `--cache` but disappointed to find it is still noticeably slower than dprint's cache. I opened this issue to discuss...
## Description `np` erroneously warns that files will be omitted from the published package when package.json `"files"` entries start with `/` ## Steps to reproduce It reproduced when publishing https://github.com/cspotcode/tsimportlib...
Some shells support more than simple string completions. Each entry can have a description. Here is a screenshot from zsh. PowerShell also supports rich completion entries.  Is there a...
I just wanted to share this with the team; please feel free to close this issue. My work computer is kinda slow thanks to a corporate virus scanner. In particular,...