PandaDEV
PandaDEV
## Description ## Screencast ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I ran `npm run build` and [tested...
Instead of creating a file and then running it through the detection, you can now just use detect_from_text.
It would be so much easier to just have email and password for auth instead of magic link, which removes the need to set up an SMTP server. This could...
Move most of the functions that are not direct interactions with the user to the Rust backend for speed and stability. - [ ] Audio Engine #36 - [ ]...
Port the audio part of Vleer fully to rust, with the goal to do as much as possible in rust. https://github.com/0PandaDEV/FullyRustAudio Consider https://crates.io/crates/kira
Implement a reliable YouTube downloader using the crate [rustytdown](https://github.com/0PandaDEV/rustytdown)
Allow for the configuration of a custom notification sound and vibration pattern like it is possible for the default system notifications.
It would be very useful to have the ability to use message extras from gotify especially the click.url. https://gotify.net/docs/msgextras
**Is your feature request related to a problem? Please describe.** It would be cool to have nightly builds in order to test the new upcoming version of checkmate. **Describe the...