Francisco Giordano
Francisco Giordano
That's awesome @gmertk! Feel free to open a Draft PR any time and we can begin reviewing. It's not going to be merged until royalties are released in OpenZeppelin Contracts...
This sounds useful, but it would be great to motivate it with an actual level idea that would work like this.
I think we can still use docs-utils just using `npx` so we don't have to add a package.json.
Expanding on the above: as long as Node.js is installed, `npx` is available and can be used to run docs-utils without installing it. It would look something like `npx @openzeppelin/docs-utils...
> but also an `undefined` below This is normal I think. I also am not able to reproduce the issue.
By the way I spent a while trying to debug the cause but couldn't figure it out.
Here's something interesting... If the project is in `/tmp` (i.e. an in-memory file system) the bug goes away. If I move the same project elsewhere it comes back.
Got it. It made me a little paranoid to find this. :innocent: It would be good if you could share a link to the commit that was published (I mean...
I ran into this as well. I would actually suggest that `immutable` variables should be treated exactly like `constant` variables as far as these rules are concerned (`var-name-mixedcase` and `const-name-snakecase`)....
There was progress in configuring the cursor in 0.2.0 but hiding it isn't doable yet. It's being actively developed, though, in neovim/neovim#6566.