Andrey Kuznetsov

Results 38 comments of Andrey Kuznetsov
trafficstars

Here is some little resolution for this problem: module Jabber class Presence def jid jid = false begin jid = x("http://jabber.org/protocol/muc#user").items.first.jid rescue end jid end end end

Because this propertities only allow to delete message callbacks from MUC

In option 2 I'd return a list of `RefAddr`s which is helpful with both identifying and talking to every Child this Children contains. #139 will show decoupling `Sender`, `Receiver` and...

Which would also possibly allow to create a no-std executor for wasm targets.

> Here's my configuration with a nerd font > > ```lua > require "vim.lsp.protocol".CompletionItemKind = { > " (text)", > " (method)", > " (fun)", > " (constructor)", > "ﰠ...

Having the same problem with `/etc/nix/nix.conf` (manually modified, so it's expectable), `/etc/bashrc` and `/etc/zshrc` after installing nix on aarch64-darwin host with official installer and then applying flake: ``` error: Unexpected...

Getting the same error when connecting to a service behind Google Cloud Load Balancer. This endpoint can be successfully queried with `grpcurl` or `buf curl --protocol grpc`. Also, connecting with...

Had the same issue, manually setting `lsp-inlay-hint-enable` to `t` fixed this.