Andrew Rudenko

Results 32 comments of Andrew Rudenko

Postgrex.Notifications supports :auto_reconnect option https://hexdocs.pm/postgrex/Postgrex.Notifications.html#start_link/1

@chocoladisco most probably it's because you use flake. And git flakes are not coping flies that are not added to git. Try to exclude .env from .gitignore and `git add...

Yes, that is what I came up with eventually `nodePackages.dotenv-cli` + `dotenv` in `.envrc` after `use flake ...`

Oops, I was wrong about nanomsg-scheduler sockets. First of all I tested only on OS X platform, with thread pool scheduler. Now all threads with this stack trace: ``` client-worker-4...

For now i just monkeypatch lemur: ``` clojure (defn emr-client [aws-creds] (doto (AmazonElasticMapReduceClient. aws-creds) (.setEndpoint "elasticmapreduce.eu-west-1.amazonaws.com"))) ``` Is there better way? )

I don't understand why in the original implementation `value` is `unknown`. We can parameterize `isMatching` with value type and keep type guarding too. Here is my implementation: ``` export function...

I think, from Neon Cloud perspective the definition/motivation is a little bit different. Let me try to formulate what we need as I see it, probably it'll change the final...

> The "abandoned" timeline can have many children, so the pageserver needs to know which one to merge into. That's the whole point of my proposal. Instead of "command" pageserver...

I'm switching to linux and choosing wm/compositor. I love niri, but without x11 apps it's not really an option. I installed hyprland but when found this issue and branch. It...