Daniil Iaitskov

Results 115 issues of Daniil Iaitskov

https://www.haskell.org/hoogle doesn't know anything about Snap or Heist. for example function textSplice. I can google it by "textSplice hackage" and get https://hackage.haskell.org/package/heist-1.1.0.1/docs/Heist-Interpreted.html

Hi, I guess it would be cool to have an ability to search for orphan class instances. For example I looking for a library which could convert AST to String...

Hi, The library looks useful. In my case I want to use Metamorphosis to shrink output only fields from BigQuery types. e.g. https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#resource:-dataset. A big product type such as Dataset...

I followed the instruction from readme file and build simple project located [here](https://github.com/yaitskov/preact-typescript-i18n-lazy-loading). there are tags with translate attribute and tag p are translatable by default. npm run i18n produced...

**Describe the bug** cabal fails to build happy complaining that happy executable is not found, nonetheless happy is on PATH **To Reproduce** ``` $ git clone https://github.com/yaitskov/happy-ghc11/tree/master # commit just...

type: user-question
needs triage

Hi, I integrated with git rev. It is working for scenario `nix-shell --pure && cabal build`, but for `nix-build https://github.com/..../master` I get UNKNOWN. I understand this is not about gitrev...

Hi, I am upgrading SafeCopy to version 0.10.4.1 and discovered following unpleased behavior. Mostly I concerned with stumbling error message. ``` {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE DeriveGeneric #-} {-#...

Hi, "=> is not indented as "->" in function type signature and there is no obvious way to achieve this through customize-variable. Expected unified indentation ``` foo :: (Monad m)...

I have following code snippet: ``` post :: forall m a. DecodeJson a => Monad m => String -> m a deleteFoo = do void $ post "http://localhost/delete" ``` type...

Now field name should be written in all lower case in yaml file. It is not convenient to read because in Haskell composite field name words are outlined by Capital...