Nicolas Gasull

Results 7 issues of Nicolas Gasull

Fixes https://github.com/lupomontero/psl/issues/310 This notably fixes deno compatibility

This line contains invalid unicode: https://github.com/lupomontero/psl/blob/797ccb41136a75b5737ea1e4d2bdcaad0dac02de/data/rules.json#LL929C3-L929C8 After checking [publicsuffix.org](https://publicsuffix.org/list/public_suffix_list.dat), there simply is a diff with the actual code. Moreover, this issue breaks compatibility with deno, which relies on a stricter...

# 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
typegen

## What kind of change does this PR introduce? Fixes https://github.com/supabase/postgres-meta/issues/842 ## What is the current behavior? ```sql CREATE DOMAIN strict_text AS text NOT NULL; CREATE FUNCTION some_function(arg strict_text) RETURNS...

### Problems - Score and compatibilities indexed by JSR search are not updated correctly (in some situations?) - ~Randomly noticed that search results differ while being logged-in and out; logged...

# 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

Bug in **native** loader. When linking a folder containing a workspace using [the new `links` option](https://deno.com/blog/v2.4#local-npm-packages), module resolution changes in a way that `esbuild-deno-loader` doesn't recognize workspace modules any more....