lebed2045

Results 11 issues of lebed2045

``` ~/auto-selfcontrol $ sudo /usr/bin/python setup.py install running install Checking .pth file support in /Library/Python/2.7/site-packages/ /usr/bin/python -E -c pass TEST PASSED: /Library/Python/2.7/site-packages/ appears to support .pth files running bdist_egg running...

` npm install abi-decoder npm ERR! code ENOSELF npm ERR! Refusing to install package with name "abi-decoder" under a package npm ERR! also called "abi-decoder". Did you name your project...

Consider this contract: ``` struct S { uint256 a; address b; } mapping(uint256 => S) public map; ``` and you would like to check that mapping has desirable values with...

enhancement

This code is generated after the run of `typechain --target=truffle-v5 'build/contracts/*.json'` from examples. This code generates these types for the Deployer ``` interface Deployer { link( library: Truffle.Contract, destination: Truffle.Contract...

enhancement

jsQR can't find Qr on this picture, ![small_screenshot](https://user-images.githubusercontent.com/1270800/66621007-6e9eca00-eb97-11e9-8ee7-2418cb4ea566.jpg) but when I open this picture above and take screenshot of it on the Macbook - it can find qr and successfully...

When I follow instructions, I see this: ``` $ npx clevis init ../src/libkeccak/KeccakP-1600-reference.c:231:13: warning: unused function 'fromBytesToWords' [-Wunused-function] static void fromBytesToWords(tKeccakLane *stateAsWords, const unsigned char *state) ^ ../src/libkeccak/KeccakP-1600-reference.c:242:13: warning: unused...

bug

## Overview Right now safe has an amazing ability to add apps that extend the ability. But unfortunately, right now this functionality is limited to proxySafe addresses only, and there's...

Safe Apps

![image_2021-02-06_00-41-54](https://user-images.githubusercontent.com/1270800/107096832-67400d00-682d-11eb-8e6f-199ee420679d.png) * sorry for image, I didn't figure out how to copy stuff from the cmd on these windows machines...

Consider this code: ``` import {web3} from "hardhat"; import chai, {expect} from 'chai' import {solidity} from "ethereum-waffle"; chai.use(solidity); const AMOUNT = web3.utils.toBN(1e18); expect(await tokenInstance.balanceOf(owner)).to.equal(AMOUNT); ``` fails with ``` AssertionError: expected...

**Is your feature request related to a problem? Please describe.** Right now everyone is forced to see whatever twitter algo will consider it worthy to get into the timeline. User...