SJ
SJ
Thanks for the reply! I think what you've landed on might work close to what I had in mind overall. I had originally imagined selecting on some futures, but I...
@demetrius-mp It seems the linked issue is solved? Does that mean that there can be a proper fix for this ticket somehow? Aside, another workaround which appears to work: `import...
Ran into a similar problem using `svelte-testing-library` (and svelte5) - also passes with `jsdom`, fails with `happy-dom` - though in my case, a single HTML line in a svelte component...
FWIW I still get runtime errors when I use a single line in a component, rather than multiple with happy-dom (but JSDom still works fine). So, something's going on. I...
Upon some searching last night (and just now), I found this ticket about `happy-dom` tests failing with > 2 components in a file. https://github.com/sveltejs/svelte/issues/10358 Based on the content of that...
Yeah, feels like a Svelte issue - but it's good to track in the hopes that it'll get fixed in one of these Svelte Next's
Wow... Okay, well... That's something for sure. Thanks for the investigation! I guess it's JSDom for me for the near-future
Hooray! I didn't even have enough time to `pn install` before they fixed it :)
Whoa! We have official experimental podman support? That's great! I've been symlinking binaries like a chump the past few months.
I obviously haven't dug into it, and will thus have to to answer my own question, but why wouldn't enabling Docker automagically enable podman? Is the concern about what we...