electrovir
electrovir
I'm operating on images that are nearly all the same size at the moment, but here are some _super_ rough benchmarks on an M1 Max MacBook Pro running Node.js v20...
> `import localforage from "localforage/src/localforage.js"` > fixed it for me using rollup This workaround works for me, thanks @caseycole589! Though this does mess up the types in TypeScript, but that...
> > `import localforage from "localforage/src/localforage.js"` > > fixed it for me using rollup > > This workaround works for me, thanks @caseycole589! Though this does mess up the types...
This is a problem with _any_ object that happens (for whatever reason) to have string properties that require access via bracket notation `[]` (as shown above) vs dot notation `.`:...
@jrencz how does one use `rollup-plugin-typescript-paths` in wtr? I added `typescriptPaths` to plugins but it just throws tons of `Could not resolve import` errors. **Edit:** Figured it out. I needed...
This may be overkill but here's a workaround: 1. before running web-test-runner, run a new script that finds all your files 2. using that script, generate a new TS/JS file...
I would love it if the _entire_ configuration (`this.config`) was passed to the reporter.
I'm here looking for an opposite to `Simplify` because I want my interface methods to be preserved as methods rather than getting mapped to member variables when I apply type...
Confirmed that https://github.com/bushev/json-bigint/commit/e3e93f71d633cd558bc7c57afcd9e1f54f669d0b fixes this issue for me. I published a fork with the fixes: https://www.npmjs.com/package/@toniq-labs/json-bigint
Per this comment, make sure to download the `.dmg` file or only open the `.zip` file with macOS's built-in archive utility, not the popular unarchiver app: https://github.com/graphql/graphql-playground/issues/923#issuecomment-453086940