Kaspar Schleiser

Results 35 issues of Kaspar Schleiser

#### Description Seen this on CI: ``` Traceback (most recent call last): File "/tmp/dwq.0.23292065081720303/dcd3a4a8aadb9373e5c0de616499b01b/tests/socket_zep/tests/01-run.py", line 58, in s.bind(("127.0.0.1", zep_params['remote_port'])) OSError: [Errno 98] Address already in use ``` Maybe a random...

The official API (and the docs copied from there) allow specifying "all" orders, but the code only allows passing `Option`: https://docs.rs/coinbase-pro-rs/0.6.9/src/coinbase_pro_rs/private.rs.html#357-372 Not sure if the parameter would need it's own...

Bumps the pinned nightly version to today's.

### Contribution description This changes sys/benchmark to use turo. This enables the results to be collected by CI along with the other metrics. For seamless use, sys/benchmark depends on the...

Area: tests
CI: ready for build
Area: sys
State: stale

It would be great to have ggml support for Facebook's No Language Left Behind 200x200 translation model: https://ai.facebook.com/research/no-language-left-behind/ https://huggingface.co/facebook/nllb-200-3.3B

[im-rs](https://crates.io/crates/im): "Blazing fast immutable collection datatypes for Rust."

The previous glob pattern matched only single-digit CPU numbers. I stumbled across this because [vector](https://vector.dev) was not showing more than 10 (the ones that match 0-9) physical cpus using its...

IIUC the SinglyLinkedList provides `front()`, `push_front()` and `pop_front()`, as only those can be accessed in O(1), when the list keeps track of the list head. If the list would keep...

- [x] added hash-sigs makefile support - [x] added hash-sigs CI builds - [x] wire up - [x] hss sign/verify/keypair - [ ] update tests - [ ] debug

The next Ubuntu LTS will get released in ~4 months from now. ... let's see what CI says.