Geoffrey Booth

Results 436 comments of Geoffrey Booth

Hey, thank you for spearheading this! I had a few thoughts: - When we implemented `--env-file`, the initial plan was to have a “well known” local file like `.env` that...

> I would love any comments over there which I can address before opening up the node PR. Done. I also don’t think you need to fear opening a PR....

Related: https://gist.github.com/joepie91/bca2fda868c1e8b2c2caf76af7dfcad3?permalink_comment_id=4758701#gistcomment-4758701

Currently `import` statements only import `.mjs` files, so importing `package.json` isn’t possible; but we might as well blacklist it and `package-lock.json` I suppose, or maybe wait until someone proposes allowing...

I’m trying to build in Alpine 3.16 which has dropped Python 2: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#Python_2_has_been_removed @ddopson Can you please merge in this PR and push a new release to npm, so that...

To be honest I think the empty string makes more sense. It’s easier to understand string concatenation than a more complicated “sometimes it concatenates unless it’s a special keyword.” If...

I was only thinking in terms of UX 😄and how I would explain it in potential documentation. I think “left hand side is string concatenation, right hand side is URL”...

I’m not proficient in Python, but I’m one of the core contributors of CoffeeScript and I’m eager to get this package to provide better syntax highlighting for [CoffeeScript 2](http://coffeescript.org/v2/) 😄...

How does deploying to the sublime package manager work? Is merging to master sufficient?

> Based on my read of the PR, I think that might be an unintended consequence? cc @GeoffreyBooth Import of extensionless files is intended when `--default-type=module` is passed, but not...