Evan Lecklider
Evan Lecklider
@bikubi yeah, seems likely they're related
Do you have an example file you'd be comfortable sharing?
@soveran that's it exactly! I hadn't thought to call the route and check the status.
@soveran based on the Cuba notes you linked to, I think something like this could work well for Syro: ```ruby # In Syro::Deck::API def mount(route) response = catch(:halt) do run...
@Seb35 @ShimShamSam @nolanlawson I'm getting errors using the [recommended setup](https://sapper.svelte.dev/docs#Content_Security_Policy_CSP) for CSP in Firefox: ``` Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”)....
It sounds like CSP needs to include `'unsafe-eval'` to work in browsers that don't support dynamic imports natively, right? Shimport appears to use `eval` and source from the `blob:` protocol,...
@DannyBen FYI I've created a fork/rename of Chroma that I intend to maintain. PRs welcome :smile: https://github.com/evanleck/kodachroma
@rkotov93 FYI I've created a fork/rename of Chroma that I intend to maintain and I've fixed this issue with commit https://github.com/evanleck/kodachroma/commit/b7df42998166dddd7df76d04598d87f70540349e
FWIW I just started having this issue as well. I installed `arc-theme` and a set of icons, tried them out for a bit, and switched back to Pop but now...
Not currently, no. Though I don't know why we couldn't implement something like that. Are you looking to nest `:allows` and `:needs` within each other? That might get complicated... but...