Results 451 comments of Rahix

Hm, a relative path for the working directory isn't an intentional feature to be honest ... I actually think this should be explicitly disallowed because it breaks a lot of...

Yeah, that's a workaroud I'm also using in some of my own configs. Though as stated, I think it would be best to implement a proper "relative workdir" feature for...

I know it looks ugly but I'd rather not hide the commands unconditionally. In case anything happens during their execution, it would be important to relay that information to the...

I also want to do this! Unfortunately, there already is a (non-maintained since 2012) package named [`tbot`](https://pypi.org/project/tbot/) on pypi so I'll have to find a workaround. I also want to...

To fix this issue, you can temporarily add `loglevel=2` to your kernel commandline.

Hi, the `FullDuplex` trait unfortunately has an API that cannot be safely shared in the way `shared-bus` solves sharing. The reason is that there is an implicit dependency between calls...

Hey! Thanks for your interest! To be quite honest, I have never actually used RTFM so far, so the following might not be 100% correct ... First of all, something...

> (and performs a bit of lifetime trickery to keep the compiler happy) Hm, that looks like a very hacky solution ... It also would not work for any bus...

That's cool! Can you share some code? Should we add/change something to make it even easier? Also, would it make sense to add an example and documentation for this usecase?

With #17 merged and 0.2.2 released, I think this issue is finally one step closer to being solved :) Still missing: - [ ] Currently only works with `cortex-m` -...