William Entriken
William Entriken
**Describe the bug** Intelephense does not recognize my PSR-4 loader so I get "undefined type" errors for all my classes When opening VS Code by adding /var/www/vhosts/ to the workspace...
## Page https://blog.soliditylang.org/2022/08/08/calldata-tuple-reencoding-head-overflow-bug/ ## Abstract The example in that page is not a minimal test case. We have found a minimal test case. Please consider updating to article to use...
This code does not compile: ```solidity // SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.16; contract E { uint256[0] bob; } ``` with error: > Array with zero length specified. --- I can't...
## Page The Address.transfer function may not be compatible with smart contract recipients due to gas limits. Since smart contract recipients are first-class citizens on Ethereum we should either: 1....
## Usage Sometimes it is required to a make a contract which is intended to be inherited. And the designer wants to ensure that the inherited will not change a...
## Abstract Add a specific overflow check optimization that will make many for-loop optimizations unnecessary. ## Motivation Too many people are saying this is bad: ```solidity for (uint256 mintCounter =...
I don't believe the Ethereum Foundation has made any reference to classifying Ether as "money" and therefore neither should the Solidity project.
## Abstract Putting functions and private members inside a struct creates first-class data structures. ## Motivation People want data structures. There are many inconsistent ways to do this. And they...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...