loki
loki
### Describe the feature in detail (code, mocks, or screenshots encouraged) ### Problem Currently, animations like hover effects for cards and shrinking effects for buttons are tied to specific component...
Hello! Installed LazyVim template on nixos, using as flake. Lazy shows several errors regarding docs installation. I assume its something trivial but i have no experience in both nixos and...
### Did you check the docs? - [x] I have read all the snacks.nvim docs ### Is your feature request related to a problem? Please describe. right now every image...
in the first line of the example: ```tsx import { ExpoDialect } from "kysely-expo"; ``` why are we exporting `ExpoDialect`? its not used later, it seems more plausible that we...
Right now i have to assign props like `stroke` and `linewidth` on new lines like this: ```ts const borderRect = new Two.Rectangle(x, y, w - borderWidth, h - borderWidth) .noFill();...