assemblethis
assemblethis
Actually, not sure if I've just not managed to trigger the issue I had before with subsequent deployments, since when I took a look at ConnectionStack.json the missing condition HasEnvironmentParameter...
pouchdb-live-find has a dependency on pouchdb-find which has moved into the main pouchdb project: https://github.com/pouchdb/pouchdb/tree/master/packages/node_modules/pouchdb-find It sounds like pouchdb-find has a future: "Eventually [pouchdb-find] will replace PouchDB's map/reduce API entirely....
It is. Pouchdb-find was merged into the PouchDB monorepo with v6.2.0 which is the dependency in the package.json here
Is this fork the way forward? https://github.com/MDSLKTR/pouch-vue
Nor could I. I'm digging into this issue now. I'm trying to use pouch in a Vue.js PWA/TypeScript project using the new Vue CLI 3. I'll come back with some...
I've added a TypeScript example that's working for me. It's probably not great, but it's a start: https://github.com/assemblethis/pouch-vue/blob/master/README.md
Are you referring to the @ts-ignore syntax:? I read the following article "Don’t let TypeScript slow you down" (https://medium.com/@vitalyb/dont-let-typescript-slow-you-down-92d394ec8c9f) and it suggested using the @ts-ignore syntax with third party libraries...
If you improve upon the example, please share. I'm new to TypeScript.
I switched over to the recommended fork of this project at https://github.com/MDSLKTR/pouch-vue My TypeScript example still works with the fork. Some reason called pouch-vue now instead of vue-pouch. I'm going...
Two auth issues uncovered with the fork at https://github.com/MDSLKTR/pouch-vue 1) Closed: https://github.com/MDSLKTR/pouch-vue/issues/3 2) Open: https://github.com/MDSLKTR/pouch-vue/issues/4 So far so good, outlook is hopeful that auth will work as needed for my...