Sebastian Goll
Sebastian Goll
There currently is no ADC definition for the STM32 F2 series. It seems it was lost when the ADC headers were unified in commit 3eaeaf693c02eba7aee0119d37c1dff3b16b4765 back in 2014: ``` This...
This PR improves processing when `findmnt` returns more than a single mount path for a device. This may happen when the same device has been mounted multiple times, e.g. via...
There are extra line breaks in the menu and submenu when a device has been mounted at multiple locations (as in bind mounts or btrfs subvolume mounts). These extra newlines...
Related to #127. As described in https://www.apollographql.com/docs/react/essentials/queries#props, the `data` object is either the actual query result, or the empty object `{}` when the data is not (yet) available. The type...
The following question concerns the [transaction contract](https://docs.rs/embedded-hal/latest/embedded_hal/i2c/trait.I2c.html#tymethod.transaction) in [`I2c`](https://docs.rs/embedded-hal/latest/embedded_hal/i2c/trait.I2c.html), i.e. when using the `transaction()` method. Due to the specified merging of consecutive operations of the same type (e.g. two writes...
## Description ## Background Information / Reproduction Steps When issuing concurrent calls to both `UA_Client_run_iterate()` and `__UA_Client_AsyncService()`, there is a race condition where the following assertion at the beginning of...
## Description The dev version on the 1.4 branch does not compile anymore with musl instead of GNU libc. The 1.3 branch still compiles without error, so this seems like...
## Description Looking at the [code](https://github.com/Urigo/graphql-scalars/blob/65de36349dd0f3e70365bd098970e6b346b837c8/src/scalars/LocalTime.ts#L5) of `LocalTime`, it seems that it explicitly allows only milliseconds as sub-second resolution. It is unclear (at least, to me) why this is the...
## Description The migration method `schema::custom()` allows defining table columns of a custom type, e.g. enums in PostgreSQL. Right now, its type signature requires both arguments `col` and `name` to...
## PR Info - Closes #2325 ## Bug Fixes - [ ] Allow `col` and `name` to come from different `DeriveIden` structs in `schema::custom()`. ## Breaking Changes - [ ]...