Kristoffer Søholm
Kristoffer Søholm
Since nom 7 has been released, is there anything else blocking a release?
I experienced this issue in a reproducible way. It happens when I have around 10 published packages and try to `cargo check` a workspace that depends on most of them....
Using `sshOpts = [ "-t" ]` doesn't work for me: ``` -> % nix run github:serokell/deploy-rs -- -s 🚀 ℹ️ [deploy] [INFO] Evaluating flake in . 🚀 ℹ️ [deploy] [INFO]...
It happens in our dev enviroment every time it restarts while running under `watchexec`, so I can test proposed solutions quite easily. @alvnrapada's fix did not work for me.
I have been thinking about this during the weekend, and I don't think your outline is the best approach. As far as I can tell, you get problems no matter...
I hit the same issue and tried that fix, but that gave the following error: ``` error: a string that refers to a store path cannot be appended to a...
This would be nice to get merged
I don't know if @gcoakes is still interested in finishing this up, otherwise I can take over and clean it up
I've hit this issue as well on some machines, but not on others, with the same codebase. After looking at it for a bit, I've found at least one problem:...
> Following along with the SteamInput docs starting with https://partner.steamgames.com/doc/features/steam_controller/getting_started_for_devs going on to https://partner.steamgames.com/doc/api/ISteamInput and others and finding that many of the functions are missing from `Input` including, but not...