You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into issues where stylesheets aren't able to be loaded from the CDNs. When running p5 serve --open, I get Failed to load resource: net::ERR_CONTENT_DECODING_FAILED for semantic.min.css. If I run it with --theme grid, I get the same error for semantic.min.css as well as default.min.css
Functionally it appears to work fine, but with the missing styles it cuts off the display area when running a sketch 🙃
Let me know if there's any additional info I can provide that would be helpful. It's possible it's an issue on my end, but so far I haven't been able to figure it out. Thanks!
The text was updated successfully, but these errors were encountered:
I'm running into issues where stylesheets aren't able to be loaded from the CDNs. When running
p5 serve --open
, I getFailed to load resource: net::ERR_CONTENT_DECODING_FAILED
forsemantic.min.css
. If I run it with--theme grid
, I get the same error forsemantic.min.css
as well asdefault.min.css
Functionally it appears to work fine, but with the missing styles it cuts off the display area when running a sketch 🙃
Let me know if there's any additional info I can provide that would be helpful. It's possible it's an issue on my end, but so far I haven't been able to figure it out. Thanks!
The text was updated successfully, but these errors were encountered: