Dan Fithian

Results 17 comments of Dan Fithian

For reference, I use it like this: ```haskell wsDisconnectsDyn if x < maxRetries then Left () else Right ()) . updated $ wsDisconnectsDyn reconnectEv

I am cc'ing @ali-abrar because you seem to have the most activity in the PR section!

@ali-abrar pinging again, in case there's possibly some feedback.

Have been using this in production and it works well.

```haskell λ → runParser nameP "jalapeño" Right (ParsedIngredientName {unParsedIngredientName = "jalape\241o"}) ```

👍 on this. Once we can get the LTS upgrade in, we can add this, though since it'll come after https://github.com/dfithian/prune-juice/pull/12 it'll need to be added to `Data.Prune.Apply`.

Rethinking this after the latest PR, it's unclear to me if/how we would show the unused dependencies in this situation because we can't necessarily apply them. Perhaps there could be...

Hey, I just merged #23. Can you check if it fixes your issue?

Feel free to contribute, but I probably won't do this one.