Jonathan Beard

Results 37 comments of Jonathan Beard

Will work on this one tomorrow....documentation definitely needs work. At least we have some docs :). Thanks @mr-j0nes

Hi @Meneleus, it would greatly help out debugging this if I had a minimal test case. Might I trouble you to post a link to a gist with an example...

QT should be fine, not sure if it's always default, but I've definitely installed the package. . Thanks!

Hi @Meneleus, I've done my best to reproduce, the only way I could generate a similar error was not adding the raftlib header files. Given the first example, and subsequent...

Hi. Thanks for checkout out the library. I'll answer in order, only partially (need to read the links you provided a bit) - Would it be possible to do such...

I hadn't originally intended this for mobile, but it's a direction I've been thinking about going in. It will build for raspberrypi arm64, softiron 1000, and for zynq-7020 (without scotch)....

There are actually. This is similar to the leaky fifo issue. There is an implementation of the fifo interface already there tray will do most of what we want. It...

If you check out the dev branch, the intention would be to set a stream modifier for the indented behavior for that link. I'm rebuilding the template parser at the...

This one will be added into the improved parser over my current vacation :). I'd rather not create yet another syntax option that would fragment the environment. The only problem...

we have considered. the only issue is if I want to hold a reference to the head for multiple returns. Although, I suppose we could do a peek_s or something...