David Fall
David Fall
@hramos I have created a new more up to date issue on this. If you would like for de-duplication purposes, I could move all of the content from this #26017...
## My report of this bug ### Summary When attempting to ignore certain characters by controlling the state value that's passed to the TextInput, the TextInput's natively held value get's...
@eric-burel @krvajal For my instance of the error "**TypeError: Cannot read property 'data' of undefined at Mutation._this.onMutationCompleted**", the issue was with the example I followed for setting up a middleware...
@ClickSimply Skimming over this issue I couldn't help but think of a way that wouldn't include conflict resolution, but could potentially solve the goal of having data synced between a...
@ClickSimply Regarding Conflicts This is definitely an issue that Gun does not resolve. CouchDB does this though. Using a revision history for a document. In projects I have worked on...
@steventilator A better way to handle this is to have the `constructor` or `componentDidMount` assign the function to a file level scoped variable that then would get used in your...
@alazier Will an SDK for the Web be achieved through Web Assembly or IndexedDB? I'm not sure which would be preferable. My only reasoning would be that Web Assembly might...
@kneth No problem. That issue you referenced is indeed an instance of the same problem. Understand that there's varying priorities and progress being made on them. Really appreciate the response....
@kneth Sure. I'll try my hand at making a few unit tests to cover the good/bad cases.
@kneth Was spending some time today getting to the point of writing the unit tests, but I can't even get the test runners to pass. I have created a gist...