Hunter Beast
Hunter Beast
Can confirm this is still an issue in 2024. Not sure why this is marked frozen or stale, because users are still hitting this issue when following docs available here:...
These instructions aren't working to enable virtualization as required by Docker Desktop: https://docs.docker.com/desktop/install/linux-install/#kvm-virtualization-support So I'm just going to give up on that and just use the CLI commands for now.
So, Cypress has a limitation that prevents it from being used to test across multiple windows. It recommends stubbing that behavior instead, which isn't really a great end to end...
One more thing... I just realized, I forgot to exclude the example project from the jszmq example config when tests are compiled. I had split them up into two separate...
That should be RFR now. :+1:
I think #17 should be merged before this one. The package version on this branch is still `0.1.3`, but I think it would be wise to bump the semver minor...
@somdoron Can you review #17 and #16 sometime? It's been a little while, lol!
I can see inproc being really valuable for communicating across separate parts of the frontend. There are two implementations I can imagine, and I'd like to discuss the merits of...
You can also use a tool like [cargo bloat](https://github.com/RazrFalcon/cargo-bloat) to see which crates use the most space, and you can perhaps disable some crate features you're not using. I'm not...
I tried this out on amdgpu on arch linux and it worked fine actually :+1: I just had to set pytorch_lightning back to 1.9.4 in requirements_versions.txt