Results 15 comments of Evie Ciobanu

Apologies for the late reply. I would also be interested in reviving this library. I have no experience as a hackage library author, but I would love to see some...

There are already multiple forks, including one managed by Hasura. The problem with forks is that it makes it a lot harder to justify working together. Our fork already has...

These tests also seem to fail for unrelated reasons quite often in CI, making things slower. I wonder how much effort is worth to put into improving the failure rate,...

Thank you, that works like a charm. I think that's pretty much all I wanted. :+1:

A different example that might shed some light (I forget who it was who posted it in Slack, sorry): ```purescript -- this works just fine fnWithSym :: forall sym r2...

I was thinking about a simple server only, as there are a few gotchas that I ran into last night on stream. I could add info in the README on...

My plan would still be to pin the versions. Maybe we just need a checklist when updating the compiler version for example in package.json, to also update the nix file...

One thing to note here is that there are three (relatively?) popular ways to decode (and even encode) from (/to) JSON: - argonaut - simple-json - codecs So which one...

FWIW, the workaround proposed in the waybar issue linked above seems to also work here. Adding a sleep before the command, like `sleep 0.1; swaync-client -t` seems to prevent this...

What about some DSL instead? Say we have this sort of ADT that expresses the states we may find the repository, like "Uncomitted", "Unpushed", etc. We could then have a...