valkyrie_pilot

Results 9 issues of valkyrie_pilot

https://github.com/huashengdun/webssh/issues/215 was closed with no solution, what is the cause of this? I have the exact issue.

To simplify cross-compilation and Linux Musl compatibility, it would be really useful to support rustls rather then native TLS, which is less performant in any case

T:enhancement
C:core

Seems pretty self explanitory

i am using resvg to render rank cards for a Discord service. Sometimes, some usernames will fail to render, despite using very similar settings, including fonts, to the other text...

bug

According to [github search](https://github.com/search?q=repo%3Adurch%2Frust-s3%20fail-on-err&type=code), fail-on-error does not actually add any panic! code-paths, just ones which return errors.

I have this code on my M2 MacBook Pro, running macOS Sonoma 14.1.2: ```rust let host = rodio::cpal::default_host(); let devices = host.output_devices()?; for device in devices { let name =...

Zero has expressed interest in an Alexa-like functionality, with bots able to receive events with voice data after users say “Hey Scripty”

enhancement

Sysinfo: Hyper 1.4.1 on `Darwin 23.6.0 root:xnu-10063.141.2~1/RELEASE_ARM64_T6020 arm64` While l was looking into [tokio-rs/axum#2741](https://github.com/tokio-rs/axum/issues/2741#issuecomment-2211117776) I tried this code: ```rust use hyper::{body::Incoming, Request, Response}; use hyper_util::rt::{TokioExecutor, TokioIo, TokioTimer}; use std::convert::Infallible; use...

C-bug

Adds an example showing more complex routing functionality than that in web_api. Builds off web_api with a more complex, reusable router framework. This is a pretty complex example, it has...