Quentin Smith

Results 67 comments of Quentin Smith

> In regards to the `Mul` impl the problem is that the `Kind` associated type defaults to `uom::Kind`. I'm not sure/don't remember why the default isn't to maintain one of...

Also, hot take: the generic module should be called `uart` and not `usart`. Yes, the mega peripheral is a USART, but the interface the module exposes is purely asynchronous. The...

> > Also, hot take: the generic module should be called uart and not usart. > > You do have a point. If you are willing to send a PR...

I like `hal::serial::Uart`. Not sure about `hal::serial::Usrt`... but you can postpone that until you actually have a high-level API for synchronous serial. (I guess you could have two types called...

I'm not sure what you mean by "no MacPorts support for `git-crypt` yet". It's already packaged and available in MacPorts: https://ports.macports.org/port/git-crypt/

Instead of requiring an extra dist step (that adds a node dependency where it might not already be present), can you just change the source files themselves to use UMD...

@ZacBrownBand If someone wants to use this library in their webapp, they'd need to install Node and rollup just to generate the UMD version of the source. If they're writing...

Specifically, I'm suggesting the current Node-specific header and footer get replaced with the first header and footer here instead: https://github.com/umdjs/umd/blob/master/templates/returnExports.js

I opened https://github.com/VersBinarii/bme280-rs/pull/23 to update to `1.0.0-alpha.8`

As a workaround you can invoke platformio or esphome with `linux32`, which will cause platformio to think it's running in 32-bit mode: ``` # If not already enabled on your...