Scott Lott
Scott Lott
This is now happening for release versions of Safari. Is there someway the WebGL renderer can be disabled for Safari until there's a fix?
NoProto author here, based on the table in the Veriform Readme, this is how a NoProto compares: | Name | Schemas | Self-Describing | Integers | Authentication | Standardization |...
Ditto, my webpack config: ```js const path = require('path'); const webpack = require("webpack"); const AssetsPlugin = require('assets-webpack-plugin'); const PrepackWebpackPlugin = require('prepack-webpack-plugin').default; var options = { entry: { app: [path.join(__dirname, 'src',...
@bzm3r I've been working on a new format [NoProto](https://crates.io/crates/no_proto) that has a majority of the useful features of Apache Avro with a simple API and significantly better performance. **Legend**: Ops...
I actually compiled SQLite to webassembly for one of my projects, it works great except for Windows. The file directory/structure provided by Node doesn't allow the underlying SQLite functions to...
From gitter channel, user @bakonyidani P.s. I have just noticed that the delete works just fine on Android (cordova run android), only the browser mode of cordova seems to be...
Thanks, glad you're getting some use out of it! I think this is a perfect use case for the plugin system. Reading some of the documentation on PouchDB it's clear...
Thanks for the info! This might be something I tackle in the future but there's a few other things I'd like to see in place before this.
So far I like Automerge the best. It seems to be designed well to handle integrating into other projects and performs conflict resolution automatically in every state that it can....
> @ClickSimply Automerge is indeed impressive however last I looked (and asked) it only works with in-memory objects and isn't durable as @gedw99 mentioned. This is actually preferable to the...