Kegan Dougal

Results 262 comments of Kegan Dougal

> we can start by just replacing the parser, and ignore the confliction If we do this then in about a month I'm going to get the following issues submitted...

It's planned, but I'm pretty busy at present. I'm more than happy for someone to PR support for `@typedef` though. It'll be tricky to add given all the state required....

Running 2.8.1 and restarting XQuartz does indeed help. Similarly, I'm running a docker container which has a GUI and am using XQuartz to make it work. First time works, subsequent...

Agreed the name `Stores` could be better. I would _strongly_ push for it to be a "general stuff-you-need context" else you end up designing situations where a component may need...

The force push was done to rebase this PR off `develop` rather than #9290 - sorry about that. There were no additional code changes.

Will https://github.com/maorshutman/lm be merged into `gonum` at some point? It sounds like the only reason not to is not knowing where to place it, but presumably that's solvable?

I'd like to do this because I cannot rely on `export` as it closes the database and nukes prepared statements (which according to https://github.com/sql-js/sql.js/commit/1ee5a18dff5ee4b99d774ddfd9f2a030061a9aad was to flush data correctly). I'm...

So I think I have it working insofar that it is writing to indexedDB, but without any actual files yet. I'm invoking this using: ```js FS.mkdir("/idb"); FS.mount(IDBFS, {}, "/idb"); FS.syncfs(true,...

So it seems mounting straight to `/` for `IDBFS` doesn't work, it produces `EPERM` errors. Looking at the docs: > File data in Emscripten is partitioned by mounted file systems....