-
Some misc questions & notes. Feel free to close if I misdirected this to the wrong forum.
I'm a little confused why the sftp package has two servers: the Server type and the RequestServer type. I g…
-
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 …
-
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` …
-
Currently, we authorize the payment of the submission fee purely by tx.origin.
This is, however, a vulnerability, as a malicious contract could trick the origin to call a function but then actually …
-
# Lines of code
https://github.com/code-423n4/2023-06-lybra/blob/7b73ef2fbb542b569e182d9abf79be643ca883ee/contracts/lybra/pools/base/LybraPeUSDVaultBase.sol#L192-L210
# Vulnerability details
## Im…
-
As it is stated in the docs, upon a service call, a mesh is saved under `/mesh_results`/. I would like to actually receive this mesh with my node, which will make the service call to Voxblox. At the m…
-
Note: the issue was created automatically with bugzilla2github
Bugzilla bug ID: BZ#1196
From: Martin Michlmayr (@tbm)
-
I recently came across this heartbeat cost analysis performed by DFINITY https://github.com/maksymar/heartbeat-cost, and was wondering why there is such a discrepancy in cycles in terms of running a s…
-
[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…
-
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 …