domw95
domw95
Added ```yaml - uses: dw-labs-org/dart-sass-gha@v1 ``` to the actions that need it. My editor seems to have formatted them as well, hence all the changes. I've tried this with the...
Updated to support Bulma V1.0 by: - updating the Bulma hugo module - changing the import in style.sass - adding the Dart Sass transpiler css option I've set the Bulma...
Thanks so much for creating this theme, I've been developing a site and its looking great. I don't know if anyone has looked into updating to Bulma V1.0, but I...
Ive been putting together a library for the WinBond W25N series of NAND flash ICs and I would like to make a trait for NAND analogous to the current NOR...
Version 0.4.8. Values that round up to a power of 10 do not have the same scientific notation as values that round down, or round to a non power of...
[CAN::write()](https://github.com/arduino/ArduinoCore-renesas/blob/16bdbea34732678faa950858a7d9e63e621778b4/libraries/Arduino_CAN/src/R7FA4M1_CAN.cpp#L256) uses mailbox 16 if the ID is standard, which is configured as a receive mailbox. I think this [should be 8](https://github.com/arduino/ArduinoCore-renesas/blob/16bdbea34732678faa950858a7d9e63e621778b4/libraries/Arduino_CAN/src/R7FA4M1_CAN.cpp#L77)? I think this works because the FSP only...