Takuya Matsuyama

Results 44 comments of Takuya Matsuyama

Looks nice but I'm afraid that that makes it unusable for my video workflow.

I had the same issue on Firefox but fixed by just adding `` to HTML. It also works fine on Safari.

i got same error and managed that. You may run 32bit of keytar on 64bit of electron. To check which arch the node(electron) is running on: ``` javascript console.log(process.arch); ```...

I'm not sure why but the code has come from this commit: https://github.com/nolanlawson/cordova-plugin-sqlite-2/commit/bd8ec1c1e2315c4b2a657010f7573f886a4872ab Related issue: https://github.com/nolanlawson/cordova-plugin-sqlite-2/issues/80

Cool! @hnq90 can you review it?

Thanks for your PR and I would be glad to add tests! It may be possible to reuse the tests of `pouchdb-adapter-websql-core`.