Daneel S. Yaitskov

Results 83 issues of Daneel S. Yaitskov

Hi, I don't see a way to set load factor for new/existing hashtable. When hashtable is doubled?

``` data T1 = T1 { _t1_F1 :: Int } data T2 = T2 { _t2_F2 :: T1 } mkPersist(defaultCodegenConfig { namingStyle = escapeUnderscore }) [groundhog| definitions: - entity: T2...

Hi, By default Groundhog TH generates a separate table for a list column. How to put whole list into a atomic column as a showed value? ``` data Foo {...

Hi, Groundhog doesn't supported sharded tables well. i.e the situation when DB has lots of tables with same structure. All these tables share a data type representing the tables, which...

There is no Embedded instance for Data.Set

It is impossible to tell whether all pool resources are free or not. Testing without such feature is complicated.

Hi, niv revision "e0ca65c81a2d7a4d82a189f1e23a48d59ad42070" sources.json: ``` "prune-juice": { "type": "local", "path": "/home/dan/pro/prune-juice" }, ``` Error ``` unpacking source archive /home/dan/pro/prune-juice do not know how to unpack source archive /home/dan/pro/prune-juice builder...

question

I spent a few days of integrating a cascade of CI for several projects on gitlab. The issue is ssh authentication. Every git repo is private. gitlab has a hack...

enhancement

Hi, My app is using Aws for sending emails. I am trying to run this feature locally with localstack project, which emulates AWS services locally. I don't want to keep...

I was able to build with following resolver: ``` resolver: lts-16.15 ``` Don't why resolver in master so old. With stock resolver Network.BSD module is not visible in socks package...