Emanuele Gaspari
Emanuele Gaspari
When following https://github.com/mmucklo/DtcQueueBundle#rename-the-database-or-table-name, I get the error `The table with name 'dtc_queue_job' already exists.` __config/packages/dtc_queue.yaml__ ``` dtc_queue: class: job: App\Entity\DtcJob ``` __src/Entity/DtcJob.php__ ```
After calling a method that returns `string[]` on blockchain Polygon, I have the following response: ``` 0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001272656469726563742e574542534954452e300000000000000000000000000000 ``` this should be converted into the string (try with https://www.rapidtables.com/convert/number/hex-to-ascii.html also, removing...
Update `comuni.geojson` with the latest data (2023) from https://www.istat.it/it/archivio/222527
Is there any chance to add support to ABIs encoded with Hardhat, besides Truffle?
hi, on Symfony 3.4.17 and `"asm/translation-loader-bundle": "^1.0@dev",` I get the error: ``` -------------------------------------------------------------------------------- Translation file importer -------------------------------------------------------------------------------- importing all available translation files ... searching SonataCoreBundle translations -------------------------------------------------------------------------------- searching SonataBlockBundle translations...
Next stable release should absolutely include the possibility to add **javascript** random disasters errors too. The logic about the probability would be same of the one regarding exceptions. Main motivation:...
could be an idea giving the possibility to display the attached image of a tweet (if present), specifying through an option if to show the image by default or after...
`expectEvent()` is not capturing an expected event (SmartContract is correct and tested in other ways) in [expectEvent()](https://github.com/OpenZeppelin/openzeppelin-test-helpers/blob/6e54db1e1f64a80c7632799776672297bbe543b3/src/expectEvent.js#L23) I has to put: return ({ event: receipt.events[name].event, args: receipt.events[name].args }); instead of:...
Right after cloning the project and running `npm install`, the readme states that I should be able to execute `npx @uniswap/deploy-v3 ...` I get this error instead `sh: deploy-v3: command...
Considering issue #13 , I propose this improvement to the doc