lidorcg

Results 11 comments of lidorcg

I wrote an extension with the exact same goal and tried to use the sync storage for synchronization but was unable to get it to work. Eventually had to settle...

Hi, I'm trying to tackle authentication and I followed [the example on the docs](https://postgrest.com/en/stable/auth.html#sql-user-management) and it seems I have generated the mentioned functions and tables but: 1. I can't reach...

Sorry for not replying as well, I haven't been able to solve the problem myself (probably for lack of trying). However, I have found the [subzero project](https://github.com/subzerocloud/subzero-starter-kit) which has users...

Is there a way to specify a file (not a string) that will be used as a settings file?

Running the appimage with `--no-sandbox` flag worked for me on ubuntu.

+1 It's the only thing that keeps me from using this plugin.

I think I have the same issue here: Zeal 0.6.1 (definitely installed locally and works independently) VS Code 1.78.1 Ubuntu 22.04.2 LTS The extension doesn't respond whatsoever, not even through...

yeah, from the js api. That is, I'm not going through cljs atm so it would be a serious hustle to integrate it using cljs, that is why I looked...

So I was able to make it work but... ![img](https://i.imgflip.com/2wlulh.jpg) 1. First I needed to compile it to esm (because I work with vite which uses esm for dev) so...