StepBroBD

Results 30 comments of StepBroBD

Do you mind sharing your `tailwind.config.ts`? It does styles routes and islands if those folders are included in `content`: `content: [{components,islands,routes}/**/*.{ts,tsx}"]`

Still flashing on next 13.4.12 (appdir) with next-themes 0.2.1 + tailwindcss 3.3.3

For those who are still having the flashing problem, check out https://github.com/pacocoursey/next-themes/pull/156, disabling Cloudflare Rocket Loader solved the problem for me.

I was just Googling how to add current date to typst and found this open PR, nice work!

We've implemented a hacky solution that should unblock you, but it only works with tree-sitter (python binding) < 0.22.0 Here's the link:

all custom `lib'` functions and references to `lib'` should just be under `lib` now and extension functions are exported through flake outputs

> Hm, I still can't imagine how evaluating NixOS modules separately can be cheap... Surprisingly it's not as bad as I thought it would be (~0.25s overhead) And it's once...

`lib'` has been removed. To define a new helper function, add to `extension` attrset in `default.nix`. The function will be made available globally wherever `lib` is passed as argument. Helper...

I plan to join the NGI OH tomorrow and walk it through with @eljamm to make sure nothing's missing :)

> I think you should also be able to override `ids.uids.nixbld` to work around this for now, which is arguably slightly cleaner than foregoing managing the Nix users entirely. For...