Travis Athougies

Results 13 issues of Travis Athougies

After upgrading my machine from 19.09 to 20.03, i'm trying to deploy my nixops machines. Naturally, they also upgrade (on same nixpkgs). However, it won't actually complete the deployment: ```...

`Handler` is just a newtype over `ExceptT IO`. We should be able to implement `MonadFix` for this using standard newtype deriving, but I don't see any instance for this.

I'm trying to use the ghcjs cross-compiler as described in the docs. I have a project `proj` and then use `proj.shellFor` with `crossPlatforms` set to ghcjs. However, when I try...

`DEFAULT` should only be able to appear in the `VALUES` clause of an `INSERT INTO` statement, not in any arbitrary expresion.

bug

According to https://well-typed.com/blog/2021/08/the-new-ghc-diagnostic-infrastructure/, GHC will soon have the ability to load 'diagnostic messages' plugins that allow libraries to transform GHC error messages. Beam is well-known for bad error messages, and...

enhancement

Beam-migrate-cli has a slew of problems, and isn't really usable as it is right now. Beam-migrate is modular enough at this point, that I'd rather have any CLI be separated...

beam-migrate is a mess, and the non-working CLI tool drags the codebase down. Moto seems to be a sensible migrations tool that can be used to migrate all sorts of...

enhancement

Some backends, such as sqlite and mysql (when used with MariaDB), do not support aliasing column names in JOIN. We should rework the query generator so this clause isn't necessary.

enhancement

**What steps did you take and what happened:** I have a 64 GB server as part of my kubernetes cluster. I'm running openebs on the cluster. NDM is running on...