-
Branch coverage is known to support these branching language constructs:
- `if` and `while`
- Includes `if let` and let-chains
- Treats nested `||` and `&&` as separate branches
- `while` …
-
I've spent a few days getting this integrated on a relatively large and complex project and have a ton of questions, but for right now...
Is there a way to batch undos?
Thanks
-
This issue was discovered while trying to save and restore viewer position in a session related to the development of the manuscript viewer (see #735).
On startup before the view is properly resized …
-
Currently my Elm interpreter has the potential to behave incorrectly when passing functions into other functions which share variable names. For instance:
```elm
f g x = x + g 2
h x = x + 1
f h …
-
# Lines of code
https://github.com/code-423n4/2023-06-lybra/blob/7b73ef2fbb542b569e182d9abf79be643ca883ee/contracts/lybra/pools/base/LybraPeUSDVaultBase.sol#L192-L210
# Vulnerability details
## Im…
-
**Is your enhancement proposal related to a problem? Please describe.**
Programmers are sometimes lazy and may grant threads access to more kernel objects or device drivers than they actually need. I…
-
# 1.Non-library/interface files should use fixed compiler versions, not floating ones
=================================
# 2.Natspec errors
There are 9 instances of this issue:
### file: L1Arbitru…
-
Can we update the dependencies?
It is un-necessarily uninstalling the updated packages and installing old packages.
```
Found existing installation: urllib3 1.24.1
Uninstalling urllib3-1…
-
[x] The issue is present in the latest release.
[x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Curr…
-
When we add a new implementation to the UI we likely should somehow highlight it for a period of time, both to showcase a new line in the report as well as to give a bit of "props" to the implementati…