Ananth
Ananth
I can volunteer testing effort on my hardware as well. I can also contribute code towards this if someone can nudge me in the right direction. I have not worked...
@com4 do you know which docker API is different in Podman? That can be reported and fixed upstream too.
I'm looking to run a large cluster in about a year or so and I can contribute dev time for this effort. Any thing I can help with?
I can't find release binaries for alpha6 so I'm running alpha7. I'm already seeing reduced memory usage a couple of hours in. Anything in particular I should look for? I...
> Can you please add your name to CONTRIBUTORS.txt? Thanks! Sure thing. > I'm not familiar with VSOCK sockets,... From waitress' point of view, they should be identical to UNIX...
Fixed the new failure by limiting this feature to only CPython on Linux as it is unavailable elsewhere.
I'd be able to implement this if someone pointed me in the right direction. Neovim creates the listening socket when --listen addr is given, right? To support this, neovim should...
The protocol is described here: https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html Sockets are created and listened on by systemd. These are passed to the app either as fds starting from fd 3 or optionally over...
@clason I run a headless Neovim on one machine and connect to it from another. I'd like to activate this service only when the socket is actually being used. Implementing...
I believe it is straightforward to implement this without linking to libsystemd. I have implemented this in standalone Go before without too much fuss.