valkyrie_pilot

Results 7 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