Mikael Brockman

Results 7 comments of Mikael Brockman

Hmm, `seth testnet` seems reasonable to me, in a general spirit of "`dapp` minimalism". The `--nix-run` thing in `dapp` is a bit weird and should probably be replaced with using...

I also ran into this when doing "state machine" testing. My "commands" mutate a reference cell, and that cell was initialized (with `newIORef initialState`) before the `Gen.sequential` generator. So after...

I’m finishing up a RPi3B+ kiosk with NixOS and I’m also interested in ways to make it leaner. I’m also interested in nice ways to develop simple full screen apps....

I just spent some hours being confused by this. Indeed, enabling `default_union` fixes the problem. Without that setting, `dataset.triples((s, p, o))` only iterates over the default graph, unlike `.quads((s, p,...

I'm not sure it's a problem that `sendFileReadingAll` without sendfile doesn't go through `chunkedSendFile`. It has to go through the chunked `drain` anyway, which is supposed to take care of...

I also have a habit of restarting the queue runner. There's some lockup almost every other time I submit a new evaluation.