-
This issue can be demonstrated by the following test:
```solidity=
function test_nonstandard_decimals_long() external {
uint256 basePaid = 822;
uint256 holdTime = 42926726755…
-
Trying to download a (file) dataset on my local development environment:
```python
from azureml.core import Workspace, Experiment, ScriptRunConfig, Dataset
ws = Workspace.get(...)
data = Dataset…
-
Spearbit Issue: https://github.com/spearbit-audits/review-element/issues/43.
-
Updated Lando today to v3.21.0-beta.6
```
❯ lando rebuild
WARN ==> node is not a supported service type.
ERROR ==> Could not find a service builder called node in the builder registry!
```
.…
-
Hi all,
I'm trying to build the provided stream-qt5-test example on my local machine (Ubuntu 22.04) running a local instance of Astarte 1.0.4. I followed the 5 minutes guide and all is running wel…
-
We should rigorously test the Aave and DSR integrations. We test Hyperdrive's core functionality rigorously; however, the integrations themselves could be tested more thoroughly.
-
The description of #202 contains several mentions of assumptions that are made that should be re-evaluated. Furthermore, `test_present_value_example` presents several edge cases that should be investi…
-
The definition uses `define-derived-mode`, which has no direct correlate in `compat-macs.el`:
```
(define-derived-mode clean-mode fundamental-mode "Clean"
"A mode that removes all overlays and …
-
## Crash Report
### Description
While using the LP address (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266) on the MockHyperdrive deployment, I open a large short , then a large long, and the resu…
-
As I understand it, sending `Content-Length` headers would make for more efficient parsing of the large JSON payloads in the client, since it can wait to attempt parsing until it has the full object.