Markus Hauck
Markus Hauck
Hi, I have the following use case, but it seems like `niv` (currently) does not support it. Here is the scenario: - I want to add https://github.com/darktable-org/darktable to niv -...
`edbrowse` runs into an infinite loop on https://amazon.com. is there anything I can do to fix this or help fixing it? To reproduce, I did the following: ``` $ edbrowse...
More general than the unticked version that only takes a list and uses `Gen.element` to choose one. This allows you to, for example, use `Gen.frequency` to generate commands with different...
As noted in #57, the current Regex is broken for Emails like: ``` [email protected] ``` Therefore, exchange the used regex with the one from emailregex.com.
Is the upper bound on `urllib3` necessary? https://github.com/okigan/awscurl/blob/01cb53c86aba8f655720408f0736cebaa22b011d/setup.py#L24 I built it locally using nixpkgs which has 1.25.3 using a custom patch and it **seems** to work fine, but I am...
Found your service a short while ago, and it finally enabled me to subscribe to many subreddits using my favorite rss reader and filter out all the noise. So this...
Hey, this is not a real issue, so feel free to close it immediately after reading, I just wanted to say thanks. I am experienced in haskell and love shake,...
I was able to reproduce an error that I encountered in a real project as a minmal example. The example is here https://github.com/markus1189/diffx-test/blob/master/src/main/scala/example/Hello.scala What's strange is that it works if...
It seems like the application has an error on heroku. Do you plan to fix the error, or is it just no longer being maintained? As much as I enjoy...
Adds a `Buildable` instance for `Numeric.Natural`