amsam0
amsam0
#882 has a better icon
any eta? I got the 1.18 version to build and run for 1.19 but I’m wondering when an official version will be available for anyone wondering, my 1.19 port can...
No new commits have been made on the rewrite branch for 2 months.
Is this possible using the DiscordSRV developer API? Edit: And is it possible to include team prefixes/suffixes in the `!list` command?
I'm a little late but if I remember correctly, H264 worked perfectly and was much faster.
@edent judging from this line of code: https://github.com/sqfmi/Watchy/blob/master/src/Watchy.cpp#L610 `display.display()` (`WatchyDisplay::refresh()`?) needs to be called for the display to update
git index support should probably be supported by reading the cargo config value, but it seems like a pain to find the config path so I can understand why you...
This might be caused by using the sparse registry protocol. I've opened a separate issue for that: #868
For Rust opaque types that implement `std::error::Error`, it would be nice to be able to automatically generate a Swift `Error` extension using the type's `Display` implementation. All that would be...
> It looks like the `localizedDescription` is available on Swift `Error`s that implement the Swift `LocalizedError` protocol Normal `Error`s also seem to have this property: https://developer.apple.com/documentation/swift/error/localizeddescription Is Sendable only automatically...