Reed von Redwitz

Results 70 comments of Reed von Redwitz

Can you please provide more details? Error messages, reproduction steps, a repo, etc

I started looking at this (without knowing about this issue) but didn't make a whole bunch of progress last week: https://discord.com/channels/684898665143206084/1189565451664117760/1189681460932788254. For simplicity, the summarized version is: ``` 1) they...

Thanks for logging this, since I had already started thinking about a related issue. I was thinking of the case of absolutely ordering middleware from plugins (imagine two different plugins...

This was mainly a note to myself and for the ability to link this issue when someone else reports the problem. I'm well aware it styles routes/islands if listed, but...

@mcgear, is vendoring an option for you? That will put the plugin source files in your project directory, allowing tailwind to scan them.

We can use [deno_graph](https://github.com/denoland/deno_graph) to extract dependencies of plugins (i.e. all the .tsx files a plugin uses). Then I'm sure there's some "easy" way to get the content of the...

@marvinhagemeister, what do you think about this one? It makes the docs site slightly faster by reducing the amount of content sent out of the server. The test failures are...

@iuioiua, in our conversation you said to add you to PRs that don't require lots of context. I think this one fits the bill.

Hey @timharek, thanks for pointing this out. I can reproduce this in a clean project when using the twind_v0 plugin. ``` ``` and with twind_v1 plugin: ``` ```

Although the problem does go away once I migrate to tailwind: https://fresh.deno.dev/docs/examples/migrating-to-tailwind. Perhaps this can just be closed, since Fresh is dropping support for twind.