Georgiy Komarov

Results 26 comments of Georgiy Komarov

@PhilT Thanks, yes, it works. There are some problems with nvim-lsp in neovim's HEAD (https://github.com/neovim/neovim/issues/13210), but earlier versions works well with fsharp-lsp-server.

@jjcnn No, definitely not in the last 3 months.

It was partially closed by #1133. This PR describes other cases when we report `0:0` locations: * [checker/bad/gold/bad_version.scilla.gold](https://github.com/Zilliqa/scilla/tree/b361f3bb0be633bec935e900ff7f1e3d27acb409/tests/checker/bad/gold/bad_version.scilla.gold#L5): scilla version missmatch * [checker/bad/gold/bad_init.scilla.gold](https://github.com/Zilliqa/scilla/tree/b361f3bb0be633bec935e900ff7f1e3d27acb409/tests/checker/bad/gold/bad_init.scilla.gold) and [checker/bad/gold/extlib_dup_entry.scilla.gold](https://github.com/Zilliqa/scilla/tree/b361f3bb0be633bec935e900ff7f1e3d27acb409/tests/checker/bad/gold/extlib_dup_entry.scilla.gold): related to JSON parsing when...

I'm a little worried about possible copyright issues when storing these contracts in our test suite. And it will also significantly increase the size of the repository (so CI will...

For now, the lexer don't parse unicode characters (symbols started with `\u`) so this is the expected behavior. If we need to add it, we should probably tweak our [read_string](https://github.com/Zilliqa/scilla/blob/7b895206709c12207c8917c38198a5d9bb585aa1/src/base/ScillaLexer.mll#L132)...

@jjcnn I checked the dump of all deployed contracts by 2022-07 and there are no uses of the `return` keyword. So, we could safely use it. I agree, that the...

Hey, I can confirm this issue for libssh2 version 1.9.0 (commit 42d37aa63129a1b2644bf6495198923534322d64). When I'm trying to set the environment for the ssh channel using `libssh2_channel_setenv`, it always returns -22 error...

Hello! I don't know anything about gomux library. I wrote go-tmux to create my own lightweight [session manager](https://github.com/jubnzv/go-tmux/blob/master/examples/sessions-manager/main.go). My library implements the necessary [API](https://godoc.org/github.com/jubnzv/go-tmux) to work with tmux in Golang.

Thanks for the report. It will take some time to install these LSP servers and figure it out. I'll take a look this week.