William Entriken

Results 527 issues of William Entriken

The live website version at http://www.radio-browser.info/gui/#!/ is behind the code in GitHub. Please document the release process (perhaps DEPLOYMENT.md) including manual steps you take to go to live. The goal...

The [marketing materials claim](https://erc721x.org) ERC721x is "Fully Backward Compatible" with ERC-721. If so then I would expect to see the code: contract ERC721X implements ERC721 at https://github.com/loomnetwork/erc721x/blob/master/contracts/Interfaces/ERC721X.sol.

Please specify the project status. Is this a final specification? Right now if I am citing this I have to call it a "DRAFT" specification because nothing is said in...

CID is a standard that references URIs. Please reference the dependent specification: > Uniform Resource Identifier (URI): Generic Syntax. https://tools.ietf.org/html/rfc3986

Requesting a new rule and to enable it by default. `natspec-documentation` The following would trigger an error: - A `public` or `external` function which does not have a NatSpec comment...

Deprecated word usage https://fulldecent.blogspot.com/2021/07/whitelist-and-blacklist.html

Underbar prefix in variables names has a reserved meaning: private variables. This is important because switching private to non-private is a big deal and that will require you to touch...

May the JSON schema describing .solhint.json files please be added to this project.

It is my experience that a call to "Get Settled Batch List" will succeed if * Neither setFirstSettlementDate and setLastSettlementDate are performed * Both setFirstSettlementDate and setLastSettlementDate are performed But...