Results 9 issues of pronvis

Hi there! Thanks for project first of all :) Now, I am wondering why `implementation` returns empty list for `clone()` method. And `definition` returns results for same code. I use...

Hello guys! Found issue in my Staking contract (that was copypasted from yours): https://github.com/Nexus-Protocol/services-contracts/pull/17 Your code here: https://github.com/Anchor-Protocol/anchor-token-contracts/blob/cac5a72439190572a65f59cf7ea82997c72cec46/contracts/staking/src/contract.rs#L289 have the same issue If you pass `block_height` from the past this...

bug
good first issue

Cant execute simple example on iMac with i5 proocessor :( ``` ~/go ➜ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" in System Settings to...

enhancement
macos

Hello! What is the difference between this repo & https://github.com/classic-terra/core/ ? I could start https://github.com/classic-terra/core/ and it works as expected. But if then I start `terrad` installed from this repo...

bug

I have issue with `NVIM v0.9.4` and `use('tpope/vim-obsession')`. I have `vim.opt.cmdheight = 2` at 41 line in `set.lua` and if I open nvim with `nvim -S -V9nvimlog` to restore session...

For submessages terra-node use ```go return &types.MsgInstantiateContractResponse{ ContractAddress: contractAddr.String(), Data: data, }, nil ``` And each smart contract adds proto file and generated rust file for that structure. Maybe we...

When create a project `test` with `tarantoolapp create test` in directory `test` we have 2 files with same content: - `test.lua` - `init.lua` Expected behavior: `test.lua` is a symlink to...