Francisco Giordano
Francisco Giordano
I'm personally interested in this feature so that I can use Volta in my personal local environment without polluting the package.json of my open source projects. So the `extends` option...
>Are you looking to have a completely separate file that you can add to .gitignore so that it isn't committed to the open source projects? Yes exactly. The performance concern...
Fixed some of the review items and rebased on master.
Ran into this as well. The try expression triggers an "unused return value" warning, even though it is assigned to a variable and used. Another reproduction: ```solidity // SPDX-License-Identifier: MIT...
AFAICT, the concerns about selfdestruct with UUPS are mitigated by delegatecall working with class hashes instead of implementation deployments. The other concern about UUPS is with preserving upgradeability: making sure...
```vim set matchpairs+=«:» call targets#mappings#extend({ "g": {"pair": [{"o":"«", "c":"»"}]} }) ``` @wellle Do you have any idea why this would fail even when `matchpairs` is set? I'm seeing this error...
After some debugging I found that this line attempts to run `normal v1a»v`, and this does not work with the » character (presumably it doesn't work with other Unicode characters...
Superceded by `forceApprove` in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4067.
@Bijan-Massoumi Please share your use case so we can consider it for prioritization!
There is no compatibility issue. Please open a new issue if you still believe otherwise.