Igor Shtein

Results 5 comments of Igor Shtein

If you are using docker then `localhost` is a docker container rather than your host machine, use `host.docker.internal` instead to access it

@LaurentGoderre I have the same issue, npm is not functional at all in the latest version, it is not related to the working directory since even npm -v returns a...

First of all thank you for adding web support. I am trying it out on my project and I wasn't able to get sync running at all. After couple of...

@kobiebotha Sure. I tried running the demo app, it fails with ```shell powersync_web_worker: Unhandled exception: Exception: Could not compile worker: ../../../../../.pub-cache/git/drift-e37557b92e371748865e42468c3273b76fda89c8/drift/lib/src/web/wasm_setup/shared.dart:41:47: Error: The argument type 'LegacySyncFileHandle' can't be assigned to...

I think the intuitive behaviour here would be to let `required` validator decide if null or empty value is passed to the rest of the validators. Only if the `required`...