Michele Lacchia

Results 102 comments of Michele Lacchia

@elvisyjlin Did you solve this? I'm using the byted crawler tool, but I always get the same response: ```json { "content": "", "contentType": "text/html", "statusCode": 200 } ``` I am...

I've encountered problems on a HiDPI monitor as well. All problems were solved by switching to https://github.com/krypt-n/bar, which supports Xft fonts. I am aware that the changes in the fork...

Argh right. Or just simply a dictionary could accept tuples. So probably the best thing should just alias `_` to `None`. As for the parser, I don't have a complete...

@peterfoeng @omichelsen We are running multivariate tests with this library, and it's working well. If you are running multiple tests and they interfere with one another, you need to set...

Hi Jordi, it's been a while since I updated Argon. It's built for older versions of GHC and it actually depends on its internals to parse the Haskell source code....

Sounds good!

I looked into this when I first added the feature. But from Cabal's documentation it wasn't entirely clear what was `oldExtensions` for. Since in your case it only works with...

Thanks! I don't want to pull in all the other extensions because they could not be relevant and could break the parsing. It's probably better to add a CLI option...