Tristan Bull

Results 15 comments of Tristan Bull

Be careful that you only have one custom-set-variables in your .emacs file. I had the same issue initially, and this was the problem.

custom-set-variables can only be defined once. For example: (custom-set-variables '(haskell-tags-on-save t) '(some-other-val t)) Rather than two separate instances of custom-set-variables.

Have you guys given any more thought to `Maybe` over the past few months? I have a scenario where I would like to parse a non-key field as `Maybe Bool`,...

Per discussion on #3595, it sounds like this can be fixed now?

Hi, I have an application that is currently using `servant-auth-cookie`, but rather migrate to `servant-auth` since this seems to be the path forward for authentication i servant. However, I also...

@domenkozar You are correct. Looks like I miss-typed the issue number. My apologies. I looked into the `servant-auth-cookie` implementation a little more, and it seems that they are not particularly...

@felixLam @niklas Is there any reason this PR can't get updated and merged? We are wanting to add localization to our elm app, and this library looks very nice and...

Agree with above comments. On CI servers, it would be nice to define a maximum size for the cache and then have oldest items automatically pruned. It's unclear if that's...

FWIW, I was able to work around this issue by changing the db image from `dockersamples/tidb:nanoserver-1809` to `dockersamples/tidb:nanoserver-sac2016`. I don't know what the differences are, but I was able to...

I started looking into this today. (See #49) Updating for stack and cabal is trivial, but I'm currently having some trouble getting the CI build to pass. It seems that...