oleid
oleid
Today, I rebased my patch to your latest code supporting n-scrypt. Thus I implemented a generic way for supporting algorithm parameters. In order to get a clean patch, I moved...
Is the divans on-disk file format seek-able? I.e. would it be possible to start decompressing somewhere in a file or would one need to decompress everything from the start? Or...
I'm using `flat-manager` to host self-made applications. This works fine, but I noticed downloads can be slow if the application is big. Digging the docs, it turned out that static...
This is a `Dockerfile` I'm experimenting with. I thought it might come handy for others.
Hey, I'm trying to connect to a device via XCP/TCP and get a crash due to an unknown command: ``` $ python xcphello.py -c conf_eth.toml -d -l DEBUG DEBUG:pyxcp.transport.Base:CONNECT DEBUG:pyxcp.transport.Base:->...
Hey, I just installed rust-bin-999 and tried to compile cargo-9999 from your overlay. I get the following result, no matter if dev-libs/libgit2 is installed ( I tried version 0.21.5 (stable)...
The demo hard codes `let flash_addr = 0x9000;`. I'm wondering if this address always works or how I can find a valid address. While writing this issue I found https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html...
Dear WhisperSpeech maintainers, I found multi-language models like [s2a-v1.95-medium-7lang.model](https://huggingface.co/WhisperSpeech/WhisperSpeech/blob/main/s2a-v1.95-medium-7lang.model) on huggingface. When trying to use them with `example/text_to_audio_playback.py` by setting `model_ref = "collabora/whisperspeech:s2a-v1.95-medium-7lang.model"` I only get strange sounding voice output....
When using embedded-tls connection to some http servers fails during key exchange, e.g. when querying `https://www.meteoblue.com/de/server/search/query3?query=Bonn` Apparently, this is the corresponding issue: https://github.com/drogue-iot/embedded-tls/issues/136 Log trace: ``` 2024-12-22T22:42:18.574406Z DEBUG embedded_tls::write_buffer: start_record(Handshake(false))...
Thanks for this project! I'm trying to build and install the current release on Gentoo. ``` $ /babs.sh -b [...] [100%] Built target mlir-opt make[1]: Verzeichnis „/home/oleid/src/rocm_sdk_builder/builddir/003_llvm_project_llvm“ wird verlassen /usr/bin/cmake...