Danilo Bargen

Results 246 issues of Danilo Bargen

Currently JSON files do not seem to be detected properly, but instead detected as `application/json`. Is this planned, or out of scope?

An optional feature to allow parsing directly to the https://github.com/hyperium/mime.rs `Mime` type would be nice.

Debounce through https://docs.rs/debouncr/. For now, use it to toggle the backlight (high, mid, low, off). Long-press could be used to put the MCU into deep sleep.

This avoids having to count time in cycles. https://github.com/rtfm-rs/rtfm-examples/blob/master/rtfm_v5/monotonic_nrf52/src/monotonic_nrf52.rs#L12

Some leftovers, fixes and improvements.

docs

In the `rpm/` directory you're providing sample systemd service file. As far as I can see, it is not installed by `make install` though. The init script shipped with Debian...

Is there a way to get a string representation of the error chain without newlines? For example, this chain: ``` Error: decoding error Caused by: cannot decode message payload Caused...

In the meantime a lot of things have been happening in the Rust embedded space (see http://blog.japaric.io/). The way to go for Rust on the Particle boards would probably be...

Cargo is the Rust package manager. It handles metadata, compilation and dependencies. If we want to properly integrate with the Rust library ecosystem, we should support Cargo. This would replace...