Frerich Raabe

Results 5 issues of Frerich Raabe

Using catamorphism 0.5.0.1, the following program fails to compile: ``` haskell {-# LANGUAGE TemplateHaskell #-} import Data.Morphism.Cata data List a = Empty | Cons a (List (List a)) $(makeCata defaultOptions...

bug

clcache does not respect any of the [CL Environment Variables](https://msdn.microsoft.com/en-us/library/kezkeayy.aspx). Most notably, - `CL` can be used to specify arguments to be prepended to the command line. - `_CL_` can...

bug

Despite the fact that the noise caused by the comments greatly decrease the readability of the otherwise perfectly obvious Sed source code, even a superficial glance immediately revealed that nested...

feature-request

This adjusts the default db.env such that MATOMO_ variables are defined in terms of MYSQL_ variables, if possible. This avoids the need to duplicate the database name, user name or...

The package currently fetches a tarball from npmjs.com without verifying that the package has not been tampered with. Luckily, the npm public registry provides plenty of metadata for packages via...