Evgeny Kurnevsky
Evgeny Kurnevsky
Thanks. It seems it didn't fix the CI. Is there anything left to do? :)
Ah, ok, thanks. I got confused by a lot of `Can't find library` errors :)
It doesn't make things worse, so I'll merge this. Thanks.
Does it stop work completely? For me lsp-metals works fine after this error happens.
First of all, thanks for the project! It's really cool that pytorch can utilize opencl now (I'm not fan of nvidia, and very unlikely will have their video card). I...
There is an existing library that went `rust-gpu` path, maybe you will find it useful: https://github.com/charles-r-earp/autograph
Can we have a setting to wait until default kde configs are created? Here I set hotkeys in khotkeysrc but expect that default hotkeys are set by kde: https://github.com/kurnevsky/nixfiles/blob/0ba02c1adf544d6f635fe9d5a50046e93fbd4955/modules/kde.nix#L211 If...
Here what I did in case somebody finds it useful: https://github.com/kurnevsky/nixfiles/blob/master/modules/kde.nix
When we send PingRequest: - node made PingRequest to us - node made NodesRequest to us When we send NodesRequest: - we got node from NodesResponse - we loaded node...
Currently we have only low level api. `add_friend` means we add it to friends list only but don't send friend request. Therefore it doesn't contain message parameter.