Daniil Iaitskov

Results 92 comments of Daniil Iaitskov

Hi, I am facing this issue. ``` Consumer c = System.out::println ; // not working it returns Object instead of Integer ``` work around is ``` Consumer c = (Integer...

Workaround: ``` mkPersist (defaultCodegenConfig { namingStyle = lowerCaseSuffixNamingStyle { mkExprSelectorName = \a b c d -> "Z" ++ (mkExprSelectorName lowerCaseSuffixNamingStyle) a b c d } }) [groundhog| ... ```

I have an idea to write a wrapper for backend, to modify table name there, but I struggle with [forwarding existed functions](https://stackoverflow.com/questions/64105178/how-to-write-a-decorator-over-a-complex-class-persistbackendconn).

How to run the snippet above? ``` nix-shell pj.nix ``` I think it is worth to mention nixpkgs repo version. I took master because I need HLS 1.4 ``` "nixpkgs":...

oh... migration to amazonka

https://github.com/aristidb/aws/pull/273 Could you have a look, @aristidb?

I see that mockito 2.23.4 thinks wrong stubbing actually invoked.

generated file `/asserts/js/search-data.json` is different from `https://pmarsceill.github.io/just-the-docs/assets/js/search-data.json` there is not anchors. This demo picks prebuild index by fixed absolute url - this is cheating ;)

+1. without capability to stack aggregating views DB server has to have a flat set of aggregating views for different time buckets (hour, daily, week, etc) - problem is that...