Naser Aleisa
Naser Aleisa
I can reproduce this on `supabase/logflare:1.4.0`. It seems that the use of `regexp_contains()` triggers a parsing error. ✅ This sql query works fine: ```sql select 1 from auth_logs; ``` ❌...
Hi, Can you try the [`debug`](https://github.com/thenbe/neotest-playwright#debug) preset? It should launch the test in trace mode, just like in the video demo.
Ahh I see what you mean by [trace viewer](https://playwright.dev/docs/trace-viewer) now (as opposed to the [inspector](https://playwright.dev/docs/debug#run-in-debug-mode)). I'm not quite sure what's a good way to approach this as I haven't used...
As for the mappings, these are what I currently have mapped. Although they've changed a fair bit from the time the video was created. ```lua { 'nvim-neotest/neotest', cond = not...
I just realized that I forgot to link to the minimal repro 🤦🏼♂️ https://github.com/thenbe/repro-jiti-sveltekit
I believe direnv is primarily concerned with automatically triggering certain actions depending on the current directory. Actions such as load/unload environment variables or entering a nix development environment (e.g. [`use...
I opened a duplicate issue (https://github.com/honojs/hono/issues/3069) as I wasn't aware of this one, but that thread has some relevant discussion. Specifically, an [approach](https://github.com/honojs/hono/issues/3069#issuecomment-2200699173) used by nestia to automatically generate the...
> Do you have any tips @fwastring From a UX perspective, I feel like `podcasts` and `podcast_episodes` should be top-level entities. For instance if a user searches for `foo`: They...