Enrico Benini

Results 6 issues of Enrico Benini

Hi, I just added in my `darwin-configuration.nix` the basic configuration about `postgres` service: ``` services = { postgresql = { enable = true; package = pkgs.postgresql; dataDir = "/var/lib/postgresql"; };...

I'm trying this method https://github.com/kubukoz/sup/blob/9887f19c9873880252f96b86cd9d88de39eeca2e/modules/http4s/src/main/scala/sup/modules/http4s.scala#L19-L22 and I found that, overriding the `path` field, I can't put the health check route endpoint far from the root of the service, eg: -...

Hi I noticed that the page https://typelevel.org/cats/typelevelEcosystem.html has several broken links. I'm working on that right now to fix those using https://validator.w3.org/checklink I'll rise a PR soon Cheers

Hi there, While using `scala-mode` + `hs-minor-mode` in order to hide code blocks I noticed that the hiding doesn't work for multi-line comments. Reading the `hs-minor-mode` manual in here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Hideshow.html...

Hi, I created a simple project to reproduce the error. Just run `test` to see the problem [doobiesqlite.tar.gz](https://github.com/tpolecat/doobie/files/10087101/doobiesqlite.tar.gz) I have a simple table with just a column of type `BIGINT`...

https://christopherdavenport.github.io/github 404 not found