Rick M
Rick M
It might be handy if the done function were passed the chart being loaded, and maybe the args passed to the `load()` call. * **C3 version**: 0.7.15 * **D3 version**:...
### Command ``` /usr/local/lib/ruby/gems/3.0.0/bin/pod install ``` ### Report * What did you do? I tried building from the latest sources. At first it complained about `bundle install` so I chose...
Would it make sense to add `TextOutputStream` conformance to `FileDescriptor` to support writing something like this: ```swift print("An error occurred", to: FileDescriptor.standardError) ``` Hmm, I tried doing this: ```swift print("File...
One of the powerful features of Java's log4j is that different logging levels can be set for large swaths of the code. This is accomplished with a couple of things:...
Compiling on macOS (clang), I get these errors: ``` $ make [ 25%] Building C object CMakeFiles/mbpoll.dir/src/mbpoll.c.o /Users/rmann/Projects/Clients/NASA/FurnaceController/misc/mbpoll/src/mbpoll.c:684:22: error: implicit declaration of function 'MAX' is invalid in C99 [-Werror,-Wimplicit-function-declaration] int...
Fixes #88. Works for SAMD21, not sure about SAMD51.
I've been experiencing an issue where poor power rails cause the bootloader to be entered spontaneously. You can simulate this by applying power to a Feather M0 by holding the...
I love Marshal and I'm a bit worried that maybe it's been abandoned, but hopefully you can help me with this: I've lately started running into this error: `Expected type...
So, it's clear to me how to unmarshal a Date, by extending it with the `ValueType` protocol. But it's not at all clear how to marshal it. I tried various...
Hi. I'm trying to parse packets that can either be one of four 1-byte packets, or a variable-length packet. That is, a byte at the start of a packet of...