Results 260 comments of M.K.

Indeed, however now it seems there's a PR that solves it. If not, someone should comment on https://github.com/babel/website/pull/1584 what's missing. (Edit: fixed link)

@lidoravitan IMO we should wait until babel/website#1584 is resolved, then see what parts of this issue remain. Maybe you can find ways to help there.

Nice, thanks for pointing me to that part of the code! I'll prepare a PR.

Sorry for the too-early optimism. I had somehow assumed pyinstaller was written in python. :-D Let's hope someone else jumps in.

> The code currently tries /tmp, /var/tmp and /usr/tmp, there is a good chance at least one of those is not mounted noexec. We might add `/var/cache/pyinstaller/tmp+exec` as first priority,...

Would one virtual network interface be enough or would I need one per connection? The latter would be a bit adventurous, keeping a pool of spare idle VNIs and setting...

Would MIME-style boundaries solve it?

> erased the contents of my project's node_modules directory It's probably because the change log contains concatenated shell commands like `&& npm run build:clean &&`. I wouldn't be surprised if...

Anyone who uses custom config, has an expectation about the results, and can verify it, please help me learn what people really want customized, and (soon) whether my Github cloud...

@danielmconrad, thanks for chiming in! :-) I'm not sure if you found it already: [nodemcu-firmware-build-as-github-action](https://github.com/mk-pmb/nodemcu-firmware-build-as-github-action) can already build firmwares based on just config files in a Github repo. The config...