Ralf Kistner

Results 23 issues of Ralf Kistner

Many improvements have been made in the core code since this project was forked - it should be updated.

_Previously reported in #53 #54 #55 #56 #57 #58 #61 #63. Creating one issue to keep track of this._ There are now workaround instructions here: https://github.com/journeyapps/node-sqlcipher#usage-with-electron-forge--electron-rebuild It would still be...

The current implementation always assumes that pairing and authentication is successful. This fails in the following two cases: 1. Pairing is disabled on the device. The auth file is still...

type:bug
status:new

This is useful to force the user to enter a password again.

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug
needs-analysis

I'm publishing a library (https://github.com/journeyapps/node-sqlcipher), that uses `node-pre-gyp` to publish pre-built binaries for various node and electron versions. However, `electron-rebuild` still seems to build from source. Is there a guide...

A build randomly failed with: ``` Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.4.1:internal-pre-integration-test (default-internal-pre-integration-test) on project androidexample-tests: Install of /home/travis/build/embarkmobile/android-maven-example/androidexample-tests/target/androidexample-tests.apk failed. InstallException: ShellCommandUnresponsiveException ``` See [this log](https://travis-ci.org/embarkmobile/android-maven-example/jobs/4950450#L1200). Restarting the build fixed it.

Builds on #34. Deprecates our global per-database mutex, instead relying on SQLite's built-in locking mechanism (mark as deprecated, not removed). To avoid breaking changes, new `lock` and `transaction` methods are...

This is an alternative approach to #84 - see the PR for the problem statement. This uses React [``](https://react.dev/reference/react/Suspense) to wait until the initial query results have loaded before rendering...

An issue with `usePowerSyncWatchedQuery` is that the initial render gets an empty array. Apart from not being able to distinguish between "loading" and "no results", there's no easy way to...