DeeFuse

Results 9 issues of DeeFuse

Fix for Windows fixes #1

Enabling backwards selection of dates as requested in #1776 and others.

:active is cancled due to `event.preventDefault()` in `mousedown` event See: https://stackoverflow.com/a/53930302 My solution: Add `this.container.style.cursor = 'move';` to Slider.js in `startHandler` and Add `this.container.style.cursor = '';` to Slider.js in `endHandler`...

Remove "Arduino.h" dependency Fixes #115

Prints the QRCode half as big as normal

SD_write is not using the scratch buffer when trying to write a non aligned buffer using the DMA template. SD_read has the correct brace placement to branch to the scratch...

mw
fs

Fix #110 falsely setting is_initialized to 1 regardless of driver return value

st community
internal bug tracker
cube mx
mw
fs

When opening a submodule e.g. `Basis-App/module/CommonCode` the app shows the path to the .git folder `Basis-App/.git/modules/module/CommonCode` instead of the target folder as bevore. It only appears if you have multiple...

bug

EA just released the sourcecode of Gernals and Zero Hour https://github.com/electronicarts/CnC_Generals_Zero_Hour There are lots of libraries missing but the logic is there. Would it be feasable to merge Thyme with...