Eric Burel

Results 244 comments of Eric Burel

@KurtGokhan `createServerContext` seems undocumented, link I've found: https://stackoverflow.com/a/74311552/5513532 I've tried to check how Next.js internally implement headers and cookies (because this is technically request-level context), it's using [async_hooks](https://nodejs.org/api/async_hooks.html) from Node...

Might need to merge https://github.com/VulcanJS/Vulcan/pull/2389 before we fix this

Got bitten very hard by this, cross-posting issue on a similar package: https://github.com/IronGeek/vscode-env/issues/12

After further investigation, this is probably a parser issue and not a plugin issue. "dotenv" implementations are expected to support inline comments and scrap them correctly. @pinksynth can you maybe...