Greenman999
Explore posts from serversCCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
Around 4 minutes i think
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
there you can see that after the logs close automatically there are like 200 lines more
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
but whats weird is that the logs for the second and third build appear at once
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
no
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
yes
17 replies
CCoder.com
•Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
that would be great! for me this happens with every devcontainer every time
17 replies
Error Boundary does not catch errors of the resource
but even with this if i load the solidjs playground, then disconnect my wifi and then click the little reload button, the state is pending. only after another click on the reload button the error appears?
32 replies
Error Boundary does not catch errors of the resource
ok finally i got it
https://stackblitz.com/edit/solidjs-templates-41dnomvu?file=src%2FApp.tsx
32 replies
custom css classes not applied somehow
Ok i found the issue. Because the class was generated dynamically, tailwind couldnt find it and didnt compile the classes
alert-...
. To fix this I safelisted these classes in the tailwind config. https://tailwindcss.com/docs/content-configuration#safelisting-classes2 replies