Daniel Berlin
Daniel Berlin
(It's not obvious where the website docs live in github, or i'd just submit a pull request) The troubleshooter for the std::min vs arduino min macro (https://arduinojson.org/v6/troubleshooter/?utm_source=github&utm_medium=readme#compiletime/macro-min/success) says to disable...
Hey folks, This pull request adds incremental parsing support to antlr4ts. i'm explicitly not seeking to get merged in this exact form, i'm more curious whether y'all think it is...
FreeIPA does not have a uniqueMember attribute by default. (in fact, you have to generate them if you want to integrate vsphere and FreeIPA, for example) As a result, the...
The 1262 doesn't do this memset, but the 1272/1276 do. This means, in an interrupt, if the radio is put back in RX mode before the payload is extracted and...
### Is your feature request related to a problem? This is necessary to use web based mqtt clients against the broker. it just is compiled without websocket support by default....
This patch adds the i2c device to the board configuration, so it can be configured at runtime, rather than just being a static macro. It defaults to the value of...
This change migrates bytehound to use newer dependencies wherever easily possible. As most dependencies were multiple major versions out of date, this required a bit of porting. Each dependency update...
This PR is meant to resolve issue #1914 It implements support for filling letting tabs expand to fill the title bar. At least, about as well as was obvious to...
ASTExporter attempts to convert constant int expressions to actual int values through evaluation. However, even when evaluation fails, it still attempts to convert the result into an APint, leading to...
If you override the mountpoint property on the receiving end, and transfer a zvol, zfs will complain (on the receiving side) that mountpoint can't be set on a zvol, and...