Tom Sydney Kerckhove

Results 90 issues of Tom Sydney Kerckhove

I know I stand a good chance of being ridiculed for this, so please hear me out, but feel free to ignore this issue entirely. Hints are sometimes phrased as...

Hi! Big fan of hlint! As part of making this list: https://github.com/NorfairKing/haskell-dangerous-functions I wrote up the issues with each of the dangerous functions. It would be nice if I could...

Suppose I have this file: ``` module Example where f = (\a -> (a, b)) Nothing ``` I don't like tuplesections here, so I add this to my config: ```...

Sometimes I see a "database is locked" error while running two commands at the same time.

This way the server doesn't get spam from clients it doesn't want, (the server can trust the clients). More importantly: This way the client can trust that it's not sending...

Before you submit bug reports: https://vdirsyncer.pimutils.org/en/stable/contributing.html Things to include in your bugreport: * Your vdirsyncer version: 0.19.2 * Your operating system: Nixos VCARD files look like this: ``` file .contacts/default/5afb1f7c8a81195c.vcf...

* This type uses a HashMap: https://hackage.haskell.org/package/http-api-data-0.4.3/docs/Web-FormUrlEncoded.html#t:Form * The package in which `HashMap` is defined: Unordered containers specifically mentions: "This package currently provides no defenses against hash collision attacks such...