Arno Saine
Arno Saine
Thank you for the suggestions. I searched for other mentions of `__description`, `__help` and `__errors`. `packages/semantic-ui/src/FieldTemplate/FieldTemplate.js` was the only one not using the utility function. it's now fixed. I updated...
This hasn't come up previously. If you want to look into it more, please do. It would be great if @types/pouchdb could also be leveraged, because some params go as...
Thanks @jemc! I'll add these to the package.
Hi. Do you use a local PouchDB, remote CouchDB or PouchDB? Can you simplify the selector, to ensure the problem is in the library and not in the selector? In...
Great suggestion! Thanks for testing it works 👍 I'll implement this in the next release. Also, a `create` API like this would be useful, if there are other PouchDB editions:...
Hi! Nice to hear. Thanks for the support! There shouldn't be anything special to get started using a remote database. Todoapp seems to work with `pouchdb-server` and `http://localhost:5984/todoapp` as the...
No, but I think it would be useful option. Currently you have to use `db.find` and `useEffect`. Something like: ```js function MyComponent() { const db = useDB(); const [result, setResult]...
I wasn't able to set up dev env, although child_process was not an issue. I gave it a second try and tests pass now on Windows and Travis CI :)...