Arjuna Sky Kok
Arjuna Sky Kok
* Populus Version: 2.2.0 * OS: linux When using Vyper with version 0.1.0b6, the compilation process fails with this error: ``` bytecode = '0x' + compiler.compile_code(code).hex() AttributeError: 'dict' object has...
The guide needs a section on how to deploy AAVE's protocol v2 to the local network (hardhat network or ganache) which usually runs on localhost:8545. The guide in README only...
I followed the guide in README. I got an error. ```bash $ docker-compose run contracts-env npm run console:fork > await run('aave:mainnet') .... a lot of outputs .... > run('set-DRE') >...
In README, to deploy the protocol to mainnet fork, we open one terminal and run docker command: ```bash docker-compose up ``` Then, we open another terminal, and get inside the...
I got an error when doing the `npx hardhat test` step. The steps: ```shell $ git clone https://github.com/Uniswap/v3-core $ cd v3-core $ npm install $ npx hardhat compile $ npx...
* Version: 0.2.0b2 * Python: 3.7 * OS: osx ### What was wrong? $ python3.7 -m venv .venv $ source .venv/bin/activate $ cat requirements.txt vyper pytest web3 eth-tester py-evm $...
Version is 2.8.5. ``` >>> from semantic_version import NpmSpec, Version >>> NpmSpec("
This PR fixes this bug: https://github.com/rbarrois/python-semanticversion/issues/100.
Using this configuration in `v3-sdk/quoting/config.ts`: ```typescript tokens: { in: USDC_TOKEN, amountIn: 1000, out: WETH_TOKEN, poolFee: FeeAmount.MEDIUM, }, ``` I got this result (which is correct):  On Mar 4th, 2023,...
At the `__init__` method of [ConditionalDetrImageProcessor](https://github.com/huggingface/transformers/blob/main/src/transformers/models/conditional_detr/image_processing_conditional_detr.py) file, we still accept the deprecated parameter, `max_size`: ```python if "max_size" in kwargs: logger.warning_once( "The `max_size` parameter is deprecated and will be removed in...