Chris Basham
Chris Basham
It seems to work as expected with _diverging_ URLs. Just not _sequential_ URLs. ``` http://gka.github.io/palettes/#diverging|c0=lightyellow,orange,deeppink,darkred|c1=lightyellow,orange,deeppink,darkred|steps=15|bez0=1|bez1=1|coL0=1|coL1=1 ```
Absolutely. My head was spinning a bit thinking about proper implementation. I would be astonished if this feature was a simple 20-min upgrade. Good luck.
I've experienced a similar thing when I sync with a folder that contains a lot of files. In my case, the synced folder had a `node_modules` folder. Even with `node_modules`...
I've never used GitHub actions. Is that something that I can test on a fork of this repo? I could see benefit to adding it to the releases page, although...
For reference, I'm noticing `eraseExpiredDocs()` takes about 1.5ms per call. After about 3ms, it is being called again. This repeats forever.
I'm doing some performance measurements on my import script, regarding `Replica.set()`. I'm finding some interesting results, using different drivers and number of docs. Each row in this table represent the...
> I think the best way to proceed is to make the current process faster, with faster crypto and replica drivers, and optimisations like the ones you've helpfully suggested in...
Wow, that's unfortunate. I would have expected the C-based sqlite3 to be faster than the WASM-based sqlite library. I wonder if the slowdown is happening in the Deno FFI and...
> I think the best way to proceed is to make the current process faster, with faster crypto and replica drivers, and optimisations like the ones you've helpfully suggested in...
Note: There is a [native storage event](https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event), but it emits only on localStorage changes to other pages, not the source page. So, unfortunately, that is not an option.