-
If the app is in INSTALLED_APP, dont add it again. The user knows what they are doing ;-)
```
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3.8/site-pac…
-
# Gas Optimizations
## Cache array length in `for` loops:
Caching the array length in a for-loop saves gas as the length does not need
to be read on every iteration.
The following loops could be refa…
-
It seems that tests based on RuleBasedStateMachine are not supported. I've tried to full-text search for "RuleBased" and "stateful" in hypofuzz docs but have not seen any mention this is not supported…
-
There are currently no active plans for Multicall4, but there are definitely some things that can be improved, so tracking these for a future version:
1. When reverting, include original error data. …
mds1 updated
3 months ago
-
When using in the same environment the pytest plugin [pytest-depends](https://pypi.org/project/pytest-depends/), the system is unable to re-run a failed test. A general and catastrophic error is obtai…
-
# Lines of code
https://github.com/code-423n4/2023-01-numoen/blob/main/src/periphery/LendgineRouter.sol#L142
https://github.com/code-423n4/2023-01-numoen/blob/main/src/periphery/LendgineRouter.sol#L8…
-
https://github.com/tenstorrent/tt-metal/actions/runs/11562146971/job/32183169130
```
2024-10-28T22:34:15.0908094Z tests/ttnn/unit_tests/operations/ccl/test_all_gather_N300_post_commit.py::test_all…
-
Run editor htest; make editor; close test box first. See
`warning: callback failed in WindowList : invalid command name ".!menu.window"`
window.WindowList.call_callbacks, line 51. (Why call all o…
-
**Bug Description**
So I have come across some of these where the STF failure come from trying to transferFrom WETH when it has not been wrapped. The Users did not have WETH selected, and the multica…
-
```
What steps will reproduce the problem?
1. Run a roscore using rosjava on a machine running Windows 7
2. Aim a Linux based ROS install at the Windows roscore using ROS_MASTER_URI
3. Run a roslaunch…