Mac Long
Mac Long
Did anyone ever get it compiling on macOS? I keep running into errors and there isn't much documentation
Unsure if this has been discussed or whether it's a new implementation, I have discovered success thanks to https://skeleton.dev and their migration guide on using Typescript for configuration files! ```svelte.config.ts...
This would be super useful, I know I can just delete the files and remigrate however with the speed and enjoyment of using this CLI to generate models, a simple...
This would be super useful!
> is this a request for _a color theme_ or _a syntax highlighting extension_ for Nue-specific language tokens? It seems to be a request for syntax highlighting. I created [an...
Some quick notes on LSP's that you may find helpful based on my knowledge from configuring them in various text editors: Some things you'll need to consider are `root` files...
> We have been calling for this feature for a year now, can you raise the priority? Thanks. That's the only reason stop me using warp Agreed it's pretty much...
> you need to build first > > deno task build > deno install --allow-import -e main.ts I get the same error when I run `deno task build`: ``` error:...
> [@maclong9](https://github.com/maclong9) I think you need to add tailwindcss to your deno.json e.g. `deno add npm:tailwindcss` my example project: https://github.com/pakornv/fresh-tailwindcss-v4 I have got tailwindcss in my `deno.json` and it's producing...
> > > [@maclong9](https://github.com/maclong9) I think you need to add tailwindcss to your deno.json e.g. `deno add npm:tailwindcss` my example project: https://github.com/pakornv/fresh-tailwindcss-v4 > > > > > > I have...