Edward Cui

Results 13 comments of Edward Cui

Just adding to this knowledge base. I am on supabase flutter 2.5.6. On flutter, if `--web-hostname 0.0.0.0` is specified when running the flutter app along with supabase instance running, then...

According to the Python doc, this is how null checking is achieved: https://supabase.com/docs/reference/python/is ```python data, count = supabase.table('countries') .select('*') .is_('name', 'null') .execute() ```

Linking my own issue here since it seems like this also a problem on macOS and Windows, in addition to Web. https://github.com/media-kit/media-kit/issues/683 Also linking my PR: https://github.com/media-kit/media-kit/pull/742#issue-2202989777