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!
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_FAILEDforsemantic.min.css. If I run it with--theme grid, I get the same error forsemantic.min.cssas well asdefault.min.cssFunctionally 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!