Luis Wirth
Luis Wirth
Implementing `.into_vec` would actually be very simple, because there already exists `Into` for `MatrixVec` since #481. So `IntoIterator` should be easy too, right?
What's the state of this PR? Are you interested in this addition? I provided a MWE as mentioned in [this comment](https://github.com/rtic-rs/cortex-m-rtic/issues/611#issuecomment-1040720488), showing what this PR solves. I think this is...
Unfortunately no, because it's a trait object function.
@AfoHT Sure! I created a git repository with two branches, one showing the problem and the other demonstrating the solution! - [Problem branch](https://github.com/LU15W1R7H/rtic-issue-611/tree/problem) - [Fix branch](https://github.com/LU15W1R7H/rtic-issue-611/tree/fix) The problem branch doesn't...
@perlindgren > Is it when you want to embed the function into a trait that the problem occurs. Yes, it's about trait object safety! > I mean in general you...
Also on NixOS. Only fails with compact layout. It's really weird that for some people it's the default layout that doesn't work and for some it's the compact one...
Can confirm! Also fixed it for me!
Sorry, I'm not quite sure what you mean? Do you want keyboard text input support (e.g. text boxes)?
I believe there is a regression somewhere in the code of either HighwayEnv or rl-agents that broke the MultiAgent setting for the IntersectionEnv. It just won't converge. Could someone who...
Wow, that's really strange. I can confirm what @kragebein is describing. I'm on Hyprland (wayland) and when having a tiled window focused, then wezterm will not start. But if a...