Aral Balkan
Aral Balkan
Seeing the same for all extensions on macOS Sequoia.  Double-checked and the chrome://flags/#extension-mime-request-handling...
Note: this looks like a ~4MB file size limit on type checking imports where the file is not open in the current workspace/language server session. The workaround, if you can,...
This pull requests supersedes the request for Site.js that was originally submitted as part of https://github.com/letsencrypt/website/pull/1203 which was not merged (not sure why as no reason was provided). Kitten is...
@zaydek Thank you for the additional information… interesting. If that is the case, it doesn’t affect good ’ol `eval()` itself as [JSDB](https://github.com/small-tech/jsdb) uses it and that’s not creating a problem,...
My hacky workaround for the moment is running this after the esbuild script in the npm build task (the app is a CLI app, hence the hashbang at the start:...
@popeindustries That’s excellent, thank you :)
> This can also be passed in on the command line: > > ```shell > esbuild index.ts --bundle --outfile=out.mjs --platform=node --target=node16.8 --format=esm --banner:js='import { createRequire as topLevelCreateRequire } from \"module\";\n...
@karlhorky Thanks, Karl. (In my case, it was failing on Linux.)
As a person who has paid for Sublime Merge, I’d like to second this.
This sounds really cool. I could probably look into using it instead of my own custom hacks in Kitten (e.g., see the Streaming HTML tutorial https://kitten.small-web.org/tutorials/streaming-html/) to do similar things...