Rafael Gutkowski
Rafael Gutkowski
### Did you check docs and existing issues? - [X] I have read all the LazyVim docs - [X] I have updated the plugin to the latest version before submitting...
### Problem description "Prefer the command line?" section on the website doesn't work on Deno 2.0. > With the latest version of Deno installed, install the deployctl tool from [JSR](https://jsr.io/)....
As of Deno deno 2.0.0-rc.6, `deno fmt --unstable-component` indents tag in component files: ```diff -import { Button } from "$lib/components/ui/button" + import { Button } from "$lib/components/ui/button" ``` It is...
### What is the problem this feature would solve? Querying raw SQL strings that contains standard SQL parameters (`@k`, `$1`, `:k`) ### What is the feature you are proposing to...
### What version of Effect is running? 3.6.0 ### What steps can reproduce the bug? ```ts import { Effect, Stream } from "effect" const stream = Stream.make(1, 2, 3).pipe( Stream.broadcast(3,...