Brian Faust
Brian Faust
`Buffer` is basically `Buffer extends Uint8Array` with some features and buggy behaviours you probably have never heard of or used and never will. Wherever you hint `Uint8Array` you can pass...
Did some more testing and enabling this rule is extremely annoying because it can't handle `async` functions that do not have an `await` but only return the results of other...
@ScottyPoi this issue is for `require` while the linked PR was for `return` so this issue isn't resolved yet.
Closing this since it falls in the same category as `Uint8Array` in terms of breaking changes/impact.
For JSON parsing I usually use a custom `JSON.parse` function that handles that and then also a custom `JSON.stringify` that handles the inverse. ```ts JSON.parse('{"key":null}', (_, value) => { if...
Closing this since it falls in the same category as `Uint8Array` in terms of breaking changes/impact.
Closing this since it falls in the same category as `Uint8Array` in terms of breaking changes/impact.
@acolytec3 yeah I want them merged in a specific order as I created them on top of each other branches. That's why all but 1 are marked as draft.
Used to be https://github.com/ethereumjs/ethereumjs-monorepo/pull/2143 but since you want to tag the stable releases soon I would rather wait with those and move them to develop once that branch is updated....
Alright, then I would still wait until the stable releases are tagged so there's no rush and time to properly test things and not introducing any last minute issues, especially...