Results 5 comments of Gregor Purdy

For example, _test_tokenizer.py_ is written as if `` doesn't belong at the end of each input document, or in between input documents, but rather at the start of each input...

This is in response to [part of your video about the tokenizer](https://www.youtube.com/watch?v=zduSFxRajkE&t=1h57m19s). And, that does affect tokenizer training and evaluation and causes "footguns" if I've understood your presentation correctly. For...

Sorry i poked at it a bit and can't. I tried to put nuxt at 1.4.3 and supabase at 1.6.2 but nuxthub core wants nuxt 4.2.0 and pnpm changes package.json...

> adding this to my package.json fixed it for now > > `"overrides": { "cookie": "1.0.2" }` This did not work for me. This is in browser console: ``` Uncaught...

@joepaolicelli My current setup uses ``` "@nuxtjs/supabase": "^1.6.1", "nuxt": "^4.1.1", ``` and still exhibits the problem. I moved back from 2.x on supabase module because the release notes of 2.0.0...