Oscar Beaumont
Oscar Beaumont
- [ ] Tauri API integration - [ ] Release publishing - [ ] Auto update server
We will also have to do this before the Tauri client can be connected to a remote core. https://github.com/tauri-apps/tauri/blob/dev/examples/streaming/main.rs
We should set up a system like [Sentry](https://sentry.io) to report app crashes and issues. This means we can fix them before they are reported, making for a great UX.
- [ ] Communication via QUIC - [ ] Secure communication using mutual TLS - [ ] Intergrate communication with the core - [ ] Discovery using the hosted discovery...
As many of you have may or may not have noticed, this project has been sitting unmaintained for the last while. This has been due to the issues I have...
After enabling fullscreen mode it can not be closed with editing/removing the config file.
The code base should have tests. They should check: - The applications can start - Widewine is working correctly - Possibly test every streaming service (If possible)
@Scrumplex has put together an unofficial Arch AUR package for ElectronPlayer it would be worth integrating this into the Travis build system to make it an official package.
## Description of the feature I am using the input validation feature of `async-graphql` and would like to know if there is a way to improve the error message being...