Adriaan Leijnse

Results 6 issues of Adriaan Leijnse

I ran into some unexpected behavior where spider doesn't produce an occurrence when asking coincidences of an unrelated event within another like so: ``` coincidence . fmap (const e1) $...

It looks like something I could make use of but I'm having a hard time wrapping my head around it. Would it be something like this for the pure implementation?...

The code currently checks in the propagate of the inner event whether the coincidence' occRef has been set. As far as I understand this should never happen unless there is...

We should look at the actual error and fix it. There are some hard coded wait times in the tests, if they're causing the failure we can increase them somewhat....

This extends the Cookie module with a class for setting cookies and adds some documentation to the module. `HasSetCookie` is implemented on `Snap` and `MonadJSM/Client m`. The Haddocks warn that...

I made some branches in my unpacked thunk that I don't care about. It would be handy if I could just do ``` nix-thunk pack dep --ignore-unsaved-work ``` so I...