Felix Andreas
Felix Andreas
Another approach to union types - which also avoids Rust's problem of overbroad errors types (e.g. [any file system operation](https://doc.rust-lang.org/stable/std/fs/fn.read_to_string.html) might return an `io::Error` of kind [`AddrInUse`](https://doc.rust-lang.org/stable/std/io/enum.ErrorKind.html)) - are [Roc's...
We are also experiencing as similar issue when updating from supabase-js `2.30` -> `2.31`. the only change between these versions seems to be https://github.com/supabase/supabase-js/commit/c07ce232bf178c5abc9e5c3b096764b2807407b4 which updates `"@supabase/gotrue-js` from `2.43.1` to...
> which function are you calling in `onAuthStateChange` that leads to this? if I recall correctly any async operation that involves the supabase client, e.g. ```js supabase.auth.onAuthStateChange(async (event, session) =>...
In my opinion the cursor position should only be shown after an arrow key was pressed. Pressing Esc or clicking on an empty area should hide the cursor position and...
The issue is that I have only implemented a simple tokenizer which supports Latin alphabet and filter every other character. The the resulting text corpus becomes: `"\nJack\n\n\n32\n\n\n\n"` which is shorter...
just a plain text file (utf-8)