Peter Gaultney

Results 60 comments of Peter Gaultney

final note for the evening: I do see that [the docs](https://nicegui.io/documentation/section_styling_appearance#tailwind_css) call out some specific Quasar+Tailwind incompatibilities with Button. I have confirmed that if there's a Quasar class applied (e.g....

This morning, I think this must all be happening via the Tailwind CDN - NiceGUI is embedding Tailwind directly, and so it runs without a build/compile-time step. And yet, somehow,...

I've confirmed by setting a breakpoint on the `` tag managed by Tailwind that it is in fact `tailwindcss.min.js` that is mutating that style tag when the HTML changes. They...

Okay, I can confirm that simply by swapping out the newer version of Tailwind (3.4.5) for the older one from NiceGUI 1.4.x (3.3.2), the bad behavior goes away. I did...

Maybe you can help me figure out... it seems like [the Tailwind 3.3.2 packaged by NiceGUI 1.4.x](https://gist.github.com/petergaultney/8adedb4961e4f9018d41cce78c3dea4d) is not the same as what you can [download from their CDN](https://cdn.tailwindcss.com/3.3.2). And...

[here's my post over there](https://github.com/tailwindlabs/tailwindcss/discussions/14486). I'm struggling to wrap my head around their behavior, which seems 'wrong', but also how y'all could have such a different-looking minified Tailwind JS file...

Yeah, right now I simply can't reproduce a minimal reproduction for colors. But Tailwind is essentially broken everywhere in our app, unless I revert to the old version that was...

``` python 3.10.13 mypy 1.10.1 google-auth 2.30.0 ``` Likely not relevant, but this does not ever appear to happen with `.pth` local editable dependencies that are themselves namespace packages. We...

is this happening for you on desktop as well as mobile? I just saw it happen to me, or something sort of like it, but only on mobile.

I hadn't tried it! Thanks for the suggestion.