Richard Liebmann

Results 11 comments of Richard Liebmann

@felipecarrillo100 thanky you, I didn't think about that. @jepiqueau This will solve the issue for insert/update binary data, but we won't get back the data properly. Should the query also...

@felipecarrillo100 Yes, that's true, but it feels like a hack to me ;-). In my opinion, type translation should be handled in the library and decoupled from use. Especially when...

Same problem here. All nx commands throw this error. Deleting node_modules and package-lock.json fixed the problem.

Workaround: Add following scripts to the package.json/script section in the root folder: ```json "capacitor:add": "node dist/cli-scripts/cap-scripts.js add", "capacitor:copy": "node dist/cli-scripts/cap-scripts.js copy", "capacitor:update": "node dist/cli-scripts/cap-scripts.js update", "capacitor:sync": "node dist/cli-scripts/cap-scripts.js sync", "capacitor:open":...

Sample app with reproduction added (https://github.com/richardliebmann/capacitor-electron-platform-command-problem)

Hi @m2a2x, Thanks for your reply! Yes, most cases will be covered by a plugin. But in my example above, the service already does a great job and only a...

Would you be interessted in an open source solution as pull request or would you only provide this as a pro feature?