-
Autocompletion as shown here is not working
https://twitter.com/i/status/1501981617304309760
![image](https://user-images.githubusercontent.com/14966614/158469024-803ecc1b-63c5-480a-8067-f10123f…
-
### Describe the highlighting problem
I've disabled the highlight module per default since neovim needs a lot of time
for loading very big files which can get a little bit annoying, so I wanted to…
-
## Simple Summary
Add `abi.decode` to Vyper similar to what is implemented in https://github.com/ethereum/solidity/pull/4390
## Abstract
Encoding is hard! It seems that abi encoding is a solid en…
-
###
- [X] I have searched [the FAQ](https://doomemacs.org/docs/faq.org) and [the documentation](https://doomemacs.org/docs/getting_started.org) for solutions.
- [X] I have searched [the issue tracke…
-
### Problem description
I saw that Lunarvim starts a little bit longer than my previous config on vimscript and there were more plugins than in Lunarvim.
In numbers, startup time with cache take…
-
Such snippet
```solidity
contract Contract {
constructor() {
assembly {
return(0, 0)
}
}
}
```
can't be parsed due to
```
[Diagnostic { level: Error, …
-
I've been trying to import chainlink but it couldn't. I've also tried making a .vscode folder and inside it made a settings.json file.
settings.json file
```
{
"solidity.remappings": [
"@…
-
## Problem
Currently there's no way to use `parser` without compiling the `inkwell` dependency which in turn requires the LLVM to be installed.
I encountered that issue while working on Solidity…
-
UserDefined type introduced in solidity 0.8.8 is not able to be parsed with solidity parser.
it may be issue with antlr so I also mad a PR in antlr(https://github.com/solidity-parser/antlr/pull/10)
…
-
## OS:
Mac 11.5
## Install command
```
cargo install --git https://github.com/gakonst/foundry --bin cast
```
## Issue:
cast fails to compile with error below
forge binary builds and r…