-
**Describe the bug**
The test `test_binary_string_functions` fails locally for me, but is passing in CI.
```
pyarrow.lib.ArrowInvalid: Could not convert with type pyarrow.lib.BinaryScalar: did n…
-
-
### What's hard to do? (limit 100 words)
Due to the lack of interactive DSLX debugger when troubleshooting a logic issue in a `fn` developers can't really introspect value of intermediate let bindi…
-
- [x] ./oqs/src/lib.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./oqs/src/kem_macro.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./constant-time/src/xor.rs (https://gith…
koraa updated
3 weeks ago
-
When I execute `mn --switch ovsbr --test pingall` I got it
```
mn --switch ovsbr --test pingall
*** Error setting resource limits. Mininet's performance may be affected.
*** Creating network
*…
-
Begin Building out UI tests and refactor current tests for cloud functions
-
Following the ideas of this video
https://youtu.be/f74PSgwLdDk?si=M5llP57gTIwiw3dA&t=969
We wish to have
```
method Test() {
const x := 2;
x := x + 1; // Error !
}
```
that could prev…
-
Most platforms implement them by passing variadic arguments the same way as non-variadic arguments. As I understand it AArch64 macOS however forces the variadic arguments to always be passed on the st…
-
Recently, [various refactors](https://github.com/0xPolygonMiden/miden-base/issues/700) of testing tools have taken place. Some of these were a consequence of external changes (to things such as `miden…
-
There's currently only one test for the RCA calculation function. We need to add tests for all functions, using some dummy data.
We also need to add a test for the `polars.run` function.