Daniel Egger

Results 547 comments of Daniel Egger

Adding more examples sounds great to me.

Bah, bumping MSRV in a minor update is not great. 1.61 is pretty recent so I'm not totally convinced we want to make such a jump. Do we know what...

Hm, `nrf-hal` is not specifying a MSRV so they're likely not too bothered by this. I guess the two options we have are: 1. Restricting the `fixed` version in this...

I think there're **very** few cases where a `panic!()` is appropriate, namely those where terrible things could happen if the application was to continue running. Dealing with `Result`s is super-easy....

Nope, that's what I use in iTerm2. The default shell is `/bin/bash` (`GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)`)

seems correct: ``` # /bin/bash -l -c "which brew" /usr/local/bin/brew ```

Looks okay in principle although I'm not super-psyched to rely on a crate which had a total of 453 downloads until now, a good fraction of which caused by this...

@Emilgardis Whoops, sorry, didn't notice you left a comment a while ago. Yes, fine by me. @burrbull If you could resolve the conflict...

The LEDs are not connected straight but in a matrix so to light up one LED you have to properly set the 2 pins which intersect (and those are different...

I'm using `websocat -vvv -s 8090`: ``` Listening on ws://127.0.0.1:8090/ [INFO websocat::lints] Auto-inserting the line mode [DEBUG websocat] Done third phase of interpreting options. [DEBUG websocat] Done fourth phase of...