Felix Zedén Yverås

Results 81 comments of Felix Zedén Yverås

Honestly, I like @nbrombal 's idea of `^_` as an alternative to `\_`. Since `\` is so widely used for generic escapes as part of the language itself, it becomes...

Hm, i guess that if it is not possible to include specific tables when using a general exclude, there is no point in doing ```yaml include: - "*" ``` If...

For others looking for the same thing: I found e.g. [TailwindCSS](https://tailwindcss.com/) uses the [Monitor](https://feathericons.com/?query=monitor) icon for "follow system setting" and am planning on doing the same.

**EDIT**: I rewrote this entire solution (as noted further down (https://github.com/supabase/supabase/issues/7186#issuecomment-1214179734)). Check out https://gist.github.com/FelixZY/0aef530690458b381b8100afa19202c8 instead. --- Ok, so I found a workable workaround: 1. Create function `gen_api_token` ```pgsql CREATE OR...

I'm working on a substantial improvement to my above solution (I'll update this issue with it when it is done). In the meanwhile, I would like to draw attention to...

So after having some more time to work on my implementation, I found it lacking in many ways. You'd need to provide an additional header, could not use `auth.uid()`, were...

@ausmurp I have, but I don't think my suggestion fits properly enough for a PR. My main (but not only) issue is the workaround to get logging working, which really...

@psteinroe (I'm @felixzy-attentec ) I ended up moving away from supabase as it could not fulfill my needs when building an API. I'm afraid I do not remember my resolution...

+1 for this. I would like to add my android version code to the release notes as well, not just the version name.

I have this same issue. Seems there is a PR (#408, ping @Milad-Akarie ) with a fix that has not yet been merged.