-
```
I am just getting my APM2.5 board to work with my quadcopter. All has gone well
until now. Firmware installed, hardware set-up, ESC's calibrated, etc. etc.
The first thing to mention is that I a…
-
Karl says:
> That [array] branch was a spike to investigate the array features being added to Kind2 at that time. It would be dependent on specific, historic versions of Kind2. Also, the array fe…
-
We want to associate a name with tracks. Typically this would be a user or person name. It could be implemented as a new metadata field (`map[string]string`) or Track or it could be an Event at 0 star…
-
Without a doubt, by and far, the golden standard from our course on having a nice, well-explained, and continuous repo! Amazing! We really liked how you explained your steps, interpreted your data dur…
-
I want to add multiple selection support to ruco. It's a neat feature in editors like e and sublime. The idea is I can make more than one text selection in a document, then when I type, it modifies …
-
Troubleshooted this one with @barakmich on IRC.
https://gist.github.com/mdlayher/e0fa6a7d13f0366264f0983aa79d6a4f
```
18:04:02 mdlayher | interesting, bonnie++ died and the filesystem went rea…
-
To whom may read this,
This was an awesome adventure for more than 4 years and it took the better part of my life outside work to be done and maintained. However, all things must come to an end and…
-
Strangely, I'm able to build the PaSGAL executable, but I'm getting a build failure that looks to be related to the tests:
```
-> % cmake -H. -Bbuild -DSIMD_SUPPORT=avx2 && cmake --build build -- …
-
With the current schema changer infrastructure, it's difficult to support alter column type in transactions. This is because the computed column swap doesn't actually occur until the transaction is co…
-
I was wondering, considering that the embedded discovery book is targeted at people that have never done embedded things in their life before, is it reasonable to show the how to use a PAC instead of …