Ian Mathews

Results 16 comments of Ian Mathews

This has also been happening for us — many of our tables in Postico 2 show this error when inspecting their structure (been meaning to file an issue here, thanks...

Hi @manast - it looks like this was failing eslint tests because the eslint `parserOptions` didn't support dynamic imports. If we bump eslint parserOptions to `ecmaVersion: 2020` it looks like...

@manast I think the notable difference in this PR (compared to https://github.com/taskforcesh/bullmq/pull/1384) is that it performs a node version check before using any import semantics. So I can't imagine this...

I'd like to second this. We use esbuild as our bundler, and I have not been able to get it to work with ESM imports of WASM modules (after a...

Thank you both for looking into this. @cgauld, I wonder if we could use your approach without changing the API, via top-level await (which is generally supported in all browsers...

Thanks @ulyssesdotcodes — though I haven't been able to get this to work with that plugin. Are you using the `deferred` mode or `embedded`? For the former, it just attempts...

Something along these lines would be incredibly useful to me — basically a way to listen for a `buildStart` and `buildFinish` event, allowing me to tie into express middleware and...

@markfinger Thanks!! This is exactly what I needed, working perfectly. For what it's worth, might be good to throw an example to this effect in the README... definitely wasn't obvious...

Does the recent work on the `H5wasmLocalFileProvider` #1604 perhaps provide a pathway for something similar to be implemented with `Range` request headers in URLs? This would be of huge benefit...

Thanks much for the follow-up. I'd love to share a test case, but unfortunately the data I'm working with are fairly sensitive, and I wouldn't know how to appropriately deidentify...