Daniel Blessing
Daniel Blessing
Hi, **OS** macOS Monterey Version 12.3.1 Apple M1 chip [email protected] **Problem** I am trying to compile the binary of a script with pkg: `pkg my-api/main.js --out-path binaries` It works until...
Line 42 should be `// console.log(response.metadata);`
This PR modifies the Uniswap V3 documentation to specify the risk of the PairFlash contract to potential attacks. Instead of stating a generic risk to the pool contract, it highlights...
The detection bot: ``` contract DetectionBot is IDetectionBot { IForta public forta; constructor (IForta forta_) { forta = forta_; } function handleTransaction(address user, bytes calldata msgData) external { forta.raiseAlert(user); return;...
In the EVM Playground, running: ``` JUMPDEST PUSH1 0 JUMP ``` Then clicking "Continue execution" will break the playground and make the webpage unresponsive. I'm not sure if this is...
# Documentation In the [OrderedDict Objects](https://docs.python.org/3/library/collections.html#ordereddict-objects) documentation it states: "A regular [dict](https://docs.python.org/3/library/stdtypes.html#dict) does not have an efficient equivalent for OrderedDict’s od.move_to_end(k, last=False) which moves the key and its associated value...