arwer13
arwer13
Hi, I'm having the same issue with python 3.4.3 on Ubuntu 14.04.5 LTS. The trick supposed by @daxaxelrod helped, for me it's: python3 /usr/local/lib/python3.4/dist-packages/tensorboard/main.py --logdir=./logs
Btw, could anyone suggest a way to restore the window somehow to save an important terminal session?
Am I correct at the moment Sourcify does not provide any validation information on constructor arguments (if no immutable state variables involved)? Here is an example to illustrate the issue....
One discrepancy nice to unify is "Callable only by owner" and "Reverts if `msg.sender` is not owner", wdyt?
There are places with (1): `Only callable by the owner.` and (2): ``` :::note Reverts if any of the following is true: * `msg.sender` is not the owner; ``` I...
@TheDZhon they are broken in main as well a few other tests and tests in general are not stable and fail from time to time due to CI issues
From the point of (L2) bots unification, I don't see much difference if to use fastify or not. Anyway, duplication is removed at the level of imported files by extracting...
Current output: ``` Checking interfaces... ✅ contracts/0.8.9/oracle/BaseOracle.sol:BaseOracle fully matches contracts/common/interfaces/IBaseOracle.sol:IBaseOracle ℹ️ skipping 'contracts/common/interfaces/IBurner.sol:IBurner' and 'contracts/0.8.9/Burner.sol:Burner' (Burner is scheduled for V3 upgrade) ℹ️ skipping 'contracts/common/interfaces/IEIP712StETH.sol:IEIP712StETH' and 'contracts/0.8.9/EIP712StETH.sol:EIP712StETH' (StETH is scheduled for...
Part of this was implemented in other branch, part discarded for now.