Alexey Uimanov
Alexey Uimanov
Here is the test project https://github.com/s9gf4ult/conduplay/tree/tag1. cabal-dev ghci masks packages which are set in build-depends of this file ``` Loading package bytestring-0.9.2.1 ... linking ... done. Loading package text-0.11.2.3 ......
Assuming we have such a type ```haskell type SomeCode = SchemaText '[TRegex "^[0-9A-ZА-Я]{2}$"] ``` but the result scheme looks like ```json "items": { "pattern": "^[0-9A-ZÐ-Я]{2}$", "type": "string" } ``` Looks...
Player who picked up this buff can see other's players health and armor. Helps to choose right enemies to attack and run from.
Very useful concept when you have semi-ready code, and some of tests are expectedly broken, and you don't want to see them as "failed". There is such a thing in...
Hello. I am trying to use postgresql-simple to store many same data in the database. When my function looks like this ``` haskell postSaveCandles :: Connection -> [Candle] -> IO...
1. Setup overlay 2. `nix-env -i stackage2nix` ``` Preprocessing library for hlibgit2-0.18.0.16.. cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security] cc1: some warnings being treated as errors compiling dist/build/Bindings/Libgit2/Attr_hsc_make.c failed (exit...