Phil Hord
Phil Hord
Or just instruct the user to press reset before uploading. On Mon, Jun 20, 2016, 1:52 PM Traumflug [email protected] wrote: > As far as I could find out it's one...
I haven't tried this on Windows, but I did some investigating on a separate issue this week and found out some details. The Arduino boards have a capacitor wired from...
Some helpful tips can be found here. https://gist.github.com/eevee/6721177 Also you can use a filter-branch script to "expand" all source code consistently whenever you need to merge, rebase or cherry-pick. It...
Did you add attributes for .c and .h files in .gitattributes? ``` *.c filter=spabs *.h filter=spabs ```
Part of my goal for the ConfigTool CLI was to build regression tests for little use cases, like this, maybe: ``` ./configtool.py --load=config/printer.mendel.h --set ACCELERATION_REPRAP=true --set ACCELERATION_RAMPING=false --save=build/test/printer.mendel.h --build --quit...
I plan to teach the GUI to avoid loading files again which were already loaded from the CLI. The CLI should also learn to load 'config.h', using the existing GUI...
No arguments here. I think @jbernadis drove this feature eagerly and flexibly from start to finish.
I tried adding an XUnmapWindow() just before XShapeCombineRectangles(). This does have the effect of clearing the dropped rectangle, and it sometimes (but not always) causes the new rectangle to be...
Some of the breakage comes from earlier commits than the one I bisected to. I was bisection-testing only on zstd.h, but there are also warnings in dictBuilder/cover.h and other header...
`make clangbuild` works (clang-10) if I remove `-Wdocumentation` and add `-Wno-implicit-int-float-conversion`.