Mignon Pelletier
Mignon Pelletier
This is in relation to a [recent discussion on the Haskell Discourse](https://discourse.haskell.org/t/string-literals-and-compilation-speed/4161). There were two similar-but-different issues discussed in that thread, so I am filing two GitHub issues. (The other...
I'm having trouble getting mac9p to work on OS X 10.9.5. I installed mac9p from [the released installer](https://github.com/benavento/mac9p/releases/download/1.1/Mac9P.dmg). Next, I tried mounting a 9p server on the command line using...
I've set up an [ATSAMD11D14A on a breadboard](https://funwithsoftware.org/posts/2019-09-01-breadboard-samd11-part1.html), and now I'm attempting to get `Libre_PTC` to work on it. I wasn't able to get `BasicCapTouchExample.ino` to work, so I added...
This is my attempt at getting Berp to build with ghc 7.8.3. (Issue #9) This attempt was mostly successful, but there are some caveats: - I've tried to avoid breaking...
I've fleshed out the documentation for SetWaveform, mostly based on Ruby SDK, but I've tested it myself to make sure it still works with the 2.0 firmware.
I'm finding that Hourglass's `timezoneCurrent` function is returning a wildly incorrect value on my Raspberry Pi, even though the `date` command-line program correctly determines that the time zone is Pacific...
[Datasheet](http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2041021&DocType=Customer+Drawing&DocLang=English). There exists a footprint `Connector_Card:SD_TE_2041021`, but I could not find a symbol for it. The existing symbol `SD_Card` has two "SHELL" pins, but the `Connector_Card:SD_TE_2041021` footprint only has one...
One of the reasons I don't use kifield as often as I otherwise might is that it creates large, unnecessary diffs. This makes it harder to tell what has changed...
[This program](https://gist.github.com/mignon-p/e5582c3e86041c7cf5359d4ab6b4b050) fails to run under `huski`, with the following error message: ``` Invalid type: expected variable, found (vector-ref tbl (car c)) ``` However, the program works correctly under Chicken...