Naftoli Gugenheim

Results 587 comments of Naftoli Gugenheim

1. Wouldn't it be easier to use pattern matching, which already can narrow a type (or does that already work)? ```scala s match { case null => ??? case s1:...

I think there should be a global screen to edit the list of teams and endpoints, and then each notification specification has to choose a team.

Still doesn't work: ``` ❯ docker compose up WARN[0000] /tmp/DockerGrafanaInfluxKit/docker-compose.yml: `version` is obsolete [+] Building 2.9s (7/12) docker:default => [grafana internal] load build definition from Dockerfile 0.0s => => transferring...

It seems like iterating on a codebase is a much harder problem than creating a new one. Ideally there would be a tool that one could point at an existing...

Is this going to be mainlined?

I installed the RPM on Fedora 40 successfully and it runs, but the window is blank and most commands don't do anything. If I run it in the terminal I...

Your issue is that while the application is built against 3.5.0-M4, that's not the code generator you're using. Instead, your sbt built uses https://github.com/tototoshi/sbt-slick-codegen which is built for Slick 3.3.3....

On the bottom right of the screen when you're on a table there's a Download button to get a CSV

Yes that's exactly what I had in mind, sorry for not being more clear. Of course it's not in the contract of lenses in general, but in the specific case...