Daniil Iaitskov

Results 115 issues of Daniil Iaitskov

Looking for a way to express following query: ``` select (select * from t order by ts desc limit 1), (select * from t order by ts asc limit 1),...

question

After upgrading GHC version from 8.10.7 to 9.2.4 following snippets fails: ``` {-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE MonoLocalBinds #-} {-# LANGUAGE...

question

Hi, I would like to have 3 aggregated columns. A query with 2 aggregate columns is defined as: ``` import Data.Bifunctor qualified as BF import Database.Beam import Database.Beam.Backend.SQL.BeamExtensions (runInsertReturningList) import...

question

Starting with TH 2.18 there is `putDoc` function appeared in API. So TH generated functions might have haddocks.

I would like to run process in background and wait on it or kill it later

Hi, I read the docs and looked at nix files generated by node2nix and still didn't get it working. My steps: ``` cat

Hi, I tried to use conferer library from github through callCabal2nix command. It fails on following snippet: ``` _common/lib: !include ../../utils/package.common.yaml

Hi, I think Hint main logic relies on exceptions. Exception is thrown and then caught, but application logs with `+RTS -xc` reflects every such event and exceptions not related errors...

Hi, I haven't found a ticket mentioning linear type support and hoogle search shows strange results for query such as: `:: a %1 -> a` or ` :: a ->....

enhancement