Jappie Klooster
Jappie Klooster
Makes the bot speak whatever string is given, like espeak on linux. Probably only for trusted or mods.
It gives you your fortune, Like fortune on linux.
reacration of https://github.com/haskell/cabal/pull/8339 fixes https://github.com/haskell/cabal/issues/8291 presumably this will make it nag at anyone for forgetting to add upper bounds to their packages. I tested this by running cabal check on...
According to the pvp we should specify upperbounds for [all dependencies](https://pvp.haskell.org/#dependencies-in-cabal). Since hackage in the future intents to reject packages without tight upper bounds on dependencies, it's prudent that cabal...
The warning for apporaching a stable has been in the readme for about 3 years now. It would be apprecatied if it were to stabalize so I don't need to...
It exists for backward compatibility, and using uniform we get a much more useful api. For example, it can automatically figure out uniform tuples and it expects the underlying monad...
The reason is that excell claims the worksheet "may contain a virus" if it detects this. Excell validator explain this: ``` File: xlsx/avy.xlsx Error: The attribute 'name' has invalid value...
My comment at verbatim: ``` To validate the result is correct xml: @ docker run -v $(pwd):/app/xlsx-validator/xlsx -it vindvaki/xlsx-validator xlsx-validator xlsx/yourfile.xlsx @ TODO: package that program for nix and make...
This will allow us to create [smart constructors](https://kowainik.github.io/posts/haskell-mini-patterns) that check for values < 1. These causes issues in excel (nasty warnings which give users the impression they're being hacked!) Furthermore...