Results 46 issues of stephen

It would be really neat if we could provide typescript (or flow?) definitions with this package as well, using [`apollo-codegen` ](https://github.com/apollographql/apollo-codegen) as a backend. Some prior art here https://github.com/Jimdo/typings-for-css-modules-loader. Perhaps...

Seems nice to buy in by default if no other configuration is specified.

This PR addresses #284. I've tested this change using the current `create-react-app` along with this webpack config: ```js configure: (webpackConfig) => { webpackConfig.resolve.extensions.push(".wasm"); webpackConfig.experiments = { asyncWebAssembly: true, topLevelAwait: true,...

This does the change suggested in #868. I wanted to update automerge-go, but I can't build it because the current steps for automerge-go require macos.

I was investigating why my app sometimes crashes on iOS and I think it's likely that sometimes I'm running into safari iOS' memory limit (seems like ~1.5GB on my device,...

Given a test that looks like: ```ts test("rollback on automerge patch callback works", () => { let doc = Automerge.from({ data: 5 }); assert.throws(() => { doc = Automerge.change( doc,...

### Description While investigating #675, I found that some of my Automerge.Text manipulations get mangled after being loaded via `loadIncremental`, `applyChanges`, or the sync protocol. ### Repro ```ts const Automerge...

I'm running into the issue mentioned in #562 where I get `error inflating document chunk ops: mismatching head` when trying to sync changes. The document works fine when using `load`...

Hello, ## Background I was testing out the [disaster recovery](https://fly.io/docs/litefs/disaster-recovery/) procedure. I noticed that after setting the clusterid file and restarting the app, litefs will start my application before the...

bug