Brandon Simmons
Brandon Simmons
(feel free to close if this isn't appropriate) I heard about this part (https://www.youtube.com/watch?v=oLYkzn0jwg8) which IIUC is an addressable LED about the same size as the SK6812MINI, but with leads...
Two questions: 1. Would you be interested in merging a thread-safe `IO` interface to bloom filters into this package if I put one together? It would add a dependency at...
I'm just starting to explore the module, so not sure it makes sense in this case, but I know it was the answer for me when I encountered a similar...
``` $ make ..............................................................................F........... 89/90 tests passed successfully in 1.852207s failed: gotoinloop19.bin analyzer tests... arrays [OK] ifexit [OK] invert_cond [OK] mips_prefetch [OK] overlap [FAIL] pusha [OK] regsim [OK] stack [OK]...
I noticed this trying out this plugin on my own project, but it also causes a panic in `reflex`: ``` $ cabal new-build -fuse-reflex-optimizer ..... Building library for reflex-0.6.2.4.. [...
I'm not sure what other relevant information to give. But monit seems to be having to relaunch the fetcher daemon between every 1-5 days. I suppose it's crashing, and I'm...
closes #9
I'm struggling a bit getting a build on `bullseye`, though I think it should be possible. This is as far as I've gotten: ``` $ sudo apt install libqt5svg5-dev qtdeclarative5-dev...
I would like a flag that lets me say "never spend more than X seconds on a benchmark; if the time limit is exceeded compile statistics with runs you've done"....
I just started experimenting with a tiny function that does some bit twiddling (compiled to a handful of instructions, ideally). It looks like ``` innerLoop :: Word8 -> Word32 ```...