Smelov Vladimir

Results 11 issues of Smelov Vladimir

**🧐 Motivation** Save gas for a condition requirement that could never be false **📝 Details** in ERC20.sol you have requirement ``` require(owner != address(0), "ERC20: approve from the zero address");...

### Environment information * `brownie` Version: 1.7.0 * Python Version: 3.8.0 * OS: Ubuntu ### What was wrong? ``` I have the simple initializer function function initialize( uint256 _overtimeWindow, uint256...

CORS problem appears when try to store any URL. ``` storeContent('http://google.ru') undefined storage.html:1 Failed to load http://google.ru/: Redirect from 'http://google.ru/' to 'http://www.google.ru/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin'...

### Environment information * `brownie` Version: master branch * Python Version: 3.9 / 3.10 * OS: mac ### What was wrong? I tried to follow https://github.com/eth-brownie/brownie/blob/master/CONTRIBUTING.md * what command you...

### Environment information * `brownie` Version: 1.19.3 * `ganache-cli` Version: Ganache CLI v6.12.2 (ganache-core: 2.13.2) * `solc` Version: 0.8.6 * Python Version: 3.9.7 * OS: macos m1 ### How to...

### Environment information * `brownie` Version: v1.19.1 * `ganache-cli` Version: Ganache CLI v6.12.2 (ganache-core: 2.13.2) * `solc` Version: 0.8.17 (BUT I also checked with 0.8.6) * Python Version: 3.9.9 *...

``` motionemotion.herokuapp.com/:4 Mixed Content: The page at 'https://motionemotion.herokuapp.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Play'. This content should also be served over HTTPS. Tone.js:62 The Web Audio...

### 🐛 Describe the bug inference_tp.py does not support --do_sample mode if do_sample=False (default) it gives me warnings and same result every time ## do_sample=False ``` torchrun --standalone --nproc_per_node 8...

bug

### 🐛 Describe the bug When I try to follow the link on GitHub to join Slack it shows that the link is expired ![image](https://github.com/hpcaitech/ColossalAI/assets/9407507/44f3c664-771f-4241-8867-5ab9bb6d3127) ### Environment Used link -...

bug

I got the issue when using the script on avalanche I solved the problem with changing const HDWalletProvider = require('truffle-hdwallet-provider'); to const HDWalletProvider = require('@truffle/hdwallet-provider'); and ``` npm i "@truffle/hdwallet-provider"...