bigxalx
bigxalx
Could you please explain in more detail, or point me in the direction of how exactly you fixed this? I've tried your suggested fix by changing `tablist` to `button` in...
Any way to debug this or learn more? After following the steps I don't get Tailwind to work but also don't get any error (logging errors in webpack in the...
Tried solving it using Tailwind CLI and found out that Tailwind just doesn't work when your React Injection Node is attached to a shadowRoot. Have yet to try the original...
I fixed it by removing ```darkMode: "class"``` from the tailwind config.
Thanks for the comment, but your referenced solution does not fix it for me. Only thing working so far is what I described above.
I'm having a similar problem. I tried both with Stable Diffusion 1.4 and 1.5. Here's the output: `Traceback (most recent call last): File "/Users/big/.pyenv/versions/3.10.8/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code,...
I was able to get past the problem by upgrading to macOS 13.1 and by making sure to use python 3.8 via [https://github.com/pyenv/pyenv](https://github.com/pyenv/pyenv)
Thanks, that helped debug it! Got an authentication error claiming Anthropic API key was missing, even though I've added it in the env vars and it worked in the 2048...