Andrew Dona-Couch -- GitHub drop ICE
Andrew Dona-Couch -- GitHub drop ICE
After reading the conversations on #423 and #492 I'm convinced that filters that take `Copy` types should heceforth accept their parameters by value. This makes filters very nicely line up...
It won't be too long before people will have earned more than one quintillion dollars (for all I know some people may already have, I'm a few weeks away at...
Possible name: `In the space business` or some such.
## Motivation Being able to use a static str reference rather than a string literal is helpful for certain deployments. ## Solution Parse the name argument of the instrument macro...
## Motivation Being able to use a static str reference rather than a string literal is helpful for certain deployments. ## Solution Parse the name argument of the instrument macro...
Passing the input elf file on the command line after `--add-trace` parameters causes the added traces to be silently dropped. This is pretty surprising, and caused me much headache. It...
The methods `Reg::write`, `Reg::write_with_zero`, and `Reg::modify` all expect a closure that accepts a mutable reference and then must return ***the same*** mutable reference. This would seem to violate the usual...
#### What version of the `csv` crate are you using? `1.1.3` #### Briefly describe the question, bug or feature request. `Reader` reasonably skips blank lines, and the reported position following...
If we supported [Ecto](https://github.com/elixir-ecto/ecto), we could migrate our hosted [Bors](https://github.com/bors-ng/bors-ng) instance to use CockroachDB, which would be really neat.
To mirror the `get_analog_data_sincelast` method on the digital side, I've added the function `get_digital_data_sincelast`. I've made a mistake in the math that I have yet to identify -- it's not...