Frank Hunleth

Results 255 comments of Frank Hunleth

I'm leaning towards separate project as well. Regarding the implementation, `MIX_TARGET` doesn't provide any board information since you can set it to anything you want. You can also be running...

Yes, maybe, I'm not sure. I opened this issue to understand better what would be helpful. I think that I jumped to solution that I was familiar with rather than...

Since I normally work out of the examples directory, I'm adding `override: true` to all of the deps there. That might be a decent workaround until there's a backwards incompatible...

I'm of the opinion that some Dialyzer is better than no Dialyzer. If you've had your fill for now, you can always add an ignore file. My `dialyzer.ignore` for projects...

In talking to people, I feel like the word "Nerves" anywhere is somewhat toxic for including this in non-Nerves projects. It's probably best to just separate out the Nerves-specific utilities...

Yes, I agree, `exit/0` is Nerves-specific.

Yes, I'm 100% for this now. There's a small performance hit with slow Nerves devices and loading lots of BEAM files. However, I think that the answer is to fix...

I suppose that I regularly pipe output when using `bash`, so this comes up all the time for me. I want to grep pretty much everything that returns a string...

I rebased the `refactor` branch into the `pipes` branch. It's definitely part complete. This looks like a decent amount of work since there are a lot of commands and some...

Thanks for the report. It looks like there are two issues: 1. When anything fails with `ssh`, the exit code is 255 so you can't tell if it's a connection...