Ellie Hermaszewska

Results 200 issues of Ellie Hermaszewska

I think this is at least an issue with documentation. It's not clear from reading the examples or the manual how a reflex-frp program might deal with scarce resources, i.e....

enhancement
question

Perhaps my usage of bmon is non-typical and this would be an unpopular change. but: My usage of bmon doesn't involve accumulating lots of user inputted state in the program;...

```bash for i in $(seq 1 10); do matrix-commander --message $i & ; done ``` Running the above yields: - One successful message to the channel - Two `peewee.OperationalError: database...

wontfix

Not entirely sure how this would work. Here's the use case We have two set of builds, one which builds our haskell packages, and the other which builds an identical...

It would be super to be able to estimate job build time. This might enable us to do some clever load balancing. http://www.cs.uccs.edu/~xzhou/teaching/CS551/Projects/HeavyTailedTaskAssignment_JACM02.pdf

We need to be able to evaluate and realise nix expressions while also knowing what was required for this build. I've have an implementation of a dummy nix-store api https://github.com/expipiplus1/dummy-store...

backend

It's no fun to play guessing games with Hydra about what it's spending its time on.

frontend

- The fan only modes are the same at every temperature - Swing on/off - The dry mode on this AC doesn't seem to run the fan (or even have...

**Describe the bug** Some fetchers (at least `fetchgit`) do not use extra certificates set in the nixos option `security.pki.certificates` or `certificateFiles`, or the system certs on any OS. This causes...

bug

I've made a port to coc.nvim: https://github.com/expipiplus1/vscode-hie-server/tree/coc.nvim I'm certainly no typescript expert, but would really like to merge the support for coc.nvim into master to avoid all the fuss of...

type: enhancement