Andrew Raffensperger
Andrew Raffensperger
I'm not sure how to resize the net properly to reduce the number of output classes. When I reduce the number of classes in the prototxt, I get dimensional issues...
```Javascript import {createCanvas} from '@napi-rs/canvas'; import {writeFileSync} from 'node:fs'; let n = 100; let canvas = createCanvas(n, n); let ctx = canvas.getContext('2d', {alpha: false}); ctx.fillStyle = '#f00'; ctx.fillRect(0, 0, n,...
* Replaced `ens-normalize/` directory with almost 1:1 port w/types * replaced `Set` with `{[x]: x}` and membership with `set[x]` or `x in set` * replaced `Map` with `{}` * replaced...
### Ethers Version 6.9.2 ### Search Terms abi ### Describe the Problem `pack()` of `"address"` with a bytes20-equivalent should just pack directly. https://github.com/ethers-io/ethers.js/blob/6017d3d39a4d428793bddae33d82fd814cacd878/src.ts/hash/solidity.ts#L83-L89 https://github.com/ethers-io/ethers.js/blob/6017d3d39a4d428793bddae33d82fd814cacd878/src.ts/hash/solidity.ts#L16-L20 ### Code Snippet ```shell ethers.solidityPackedKeccak256(['address'], [new...
Is [CheckJoiners/ContextJ](https://url.spec.whatwg.org/#idna) set in stone or can it be debated? If so, I'd like to present some arguments.
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Anvil ### Describe the feature you would like I'd like to separate Hardhat `console.log()` messages from stdout. Possible ideas: - custom prefix for console.log (cli, foundry.toml) - custom...
**Is your feature request related to a problem? Please describe.** These project relative paths: https://github.com/ethereum-optimism/optimism/blob/a4c47fe1cdb8b83bfc27482e0e9fc84d3b62b65c/packages/contracts-bedrock/src/libraries/Encoding.sol#L4 **Describe the solution you'd like** Should be changed to file relative paths: ```solc import {...
**Copied from other fork:** This is my first-attempt at replacing the **eth-ens-namehash** repo. I essentially deleted everything and started fresh. I kept the existing functionality (`normalize()` and `hash()`) and exposed...
It only took 4 years! * https://github.com/ensdomains/ens-app/issues/1535 * https://github.com/ensdomains/dnsregistrar/issues/10 * https://github.com/ensdomains/dnssec-oracle/issues/54 [This is a single label decoder](https://github.com/ensdomains/ens-app/issues/1535#issuecomment-1242661588) — `string` → do nothing, decode, or revert (invalid punycode) https://goerli.etherscan.io/address/0xaf7f1fa8d5df0d9316394433e841321160408565#code