Nathan Collins
Nathan Collins
Looks like we may be able to fix this now by using newer `xflux` binary and passing `-r 0`. See forum thread here: https://forum.justgetflux.com/topic/2373/sorry-we-only-support-8-and-10-bit-displays-right-now. Not sure if the `-r 0`...
Is this not the expected behavior?
Does the `xflux` program itself work on your systems? See #27 for how to test.
> Same error. I'm using a Raspberry Pi B 8 gig ram armhf processor. I'm afraid `xflux` only runs on x86, not arm. > Doing the #27 gives: > >...
Thanks! I haven't had a chance to look into this yet, but is it ready for me to test?
@LaBatata101 sorry, I forgot about this and never reviewed it. If you've tested this and think it's ready to be merged, please go ahead and merge it yourself; I just...
Giving the complexity in terms of `IntMap` or `PatriciaTree`, like @expipiplus1 suggests, seems like a simple solution that cover most users.
I prefer `numNodes` to `order`, but either is fine, and both are much better than `noNodes` (I had the same `noNodes` means `empty` confusion the first time I scanned the...
I think it makes more sense to keep the `halvm-*` commands around, then require users to learn what they do behind the scenes. Seems much more user friendly. Also, the...
It appears that `halvm-cabal sandbox hc-pkg unregister` is also broken -- it can't unregister the local packages -- presumably due to the same path problem.