Nat
Nat
**Is your feature request related to a problem? Please describe.** When running eth2fuzz in an interactive terminal, I can't use Ctrl-C to stop the container. I currently need to use...
# What / Why There are some discrepancies between what ranges are valid according to the BNF definition and the implementation. As far as I'm aware, this implementation (or the...
## Page https://docs.soliditylang.org/en/latest/060-breaking-changes.html ## Abstract v0.6.0 introduced breaking changes to how inline assembly defined opcodes that do not take an argument. In particular, these opcodes were standalone identifiers in `<...
### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...
Add a `Duration.to_iso8601_string()` method to output a standalone duration as an ISO8601 string. Fixes #306
My vim has python3 enabled instead of python. So I changed the existing HPaste slightly to allow for python3 as well as python. It required a different hpaste.py but the...
Makes NpmSpec more closely match the `node-semver` implementation in what syntax it accepts as valid. Resolves #115
`python-semanticversion` currently appears to support "canonical" NPM version specs, as according to their [range.bnf](https://github.com/npm/node-semver/blob/e79ac3a450e8bb504e78b8159e3efc70895699b8/range.bnf), but the `node-semver` implementation also accepts a superset of that syntax as valid. For example, the...
Hello, Could you please add a license here? I'm currently working on a project that could potentially use a modified version of this or code inspired by this. I understand...