-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
The wayland socket permission got disabled by default, with the rationale in the comment at: https://github.com/flathub/im.nheko.Nheko/commit/ea17b558f75d69a852ed7afa5e364c0f80ab6ecb#diff-13f8ead323d6…
-
Socket support --socket,-s and --dump,-d option to print the actual used socket path to stdout
Implemented in vimb2 already. The code [1] and [2] can be used as a reference.
[1] https://github.c…
-
I see that there is a reference to the environment variables but when I look at the generated ini file the actual lines don't contain a value.
https://github.com/cachix/devenv/blob/main/src/modules/l…
-
"nhooyr.io/websocket" is generally better than the gorilla one IMHO.
Good example of a Runner that also uses Supervisions Trees.
https://github.com/gedw99/runner/blob/master/runner/web.go
-
./models--JunkyByte--easy_ViTPose/snapshots/2757e82adcccda02f9f7fef66e5a115b7be439fe/torch/wholebody/vitpose-b-wholebody.pth
./models--JunkyByte--easy_ViTPose/snapshots/2757e82adcccda02f9f7fef66e5a11…
-
I have created a shard that uses cryomongo.
When I link it to my project and then just do
require "myshard" or even require "cryomongo"
then I get this error :
In lib\durian\src\durian\socke…
-
the command from the first lab fails
[student@workstation ~]$ sudo systemctl enable cockpit
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Inst…
-
It was noticed through the logs overnight that the AM socket will occasionally fork connections for some IPs, despite nothing wrong showing in the logs. Looking at `netstat`, it shows that the connect…
-
AF_UNIX has been available on Windows since 2017 (https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/).
Can we use Unix sockets instead of named pipes on Windows?