Clément Nerma
Clément Nerma
When I click on the "Download APK" grey button on paid apps web pages (apps I've already purchased of course) I've a message "Sorry, APK Downloader cannot download paid apps...
Hi there! I just followed the provided instructions (modify `/etc/ufw/after.rules` and reload the service) and it doesn't work. I'm still able to access containers from the outside through `:`. Here...
Hi there! First of all thanks for this amazing project, I'm really enjoying at the moment. A thing I miss though is the ability to remap keybindings. For instance, I'm...
Essentially: - Use constants where possible - Declare variables and constants just before they are used to avoid mixing them
There is a [`chat.rs`](https://github.com/tokio-rs/mini-redis/blob/master/examples/chat.rs) example file in the repository but it is empty: ```rust #[tokio::main] async fn main() { unimplemented!(); } ``` Why put an empty example file that contains...
Hi there! I've been using SmartTubeNext for a few years as my main YouTube player and so far I've really been enjoying, thank you for the amazing work! I wondered...
Hi there :wave: I've been using this project for a few days now and have really been enjoying it. I have a problem with Plex though, which is that given...
Hi! I'm currently trying out Tipi, which by the way works really way! The "one-click install" promise actually works, which is immensely useful for me. I saw that the CPU...
Hi there! I've been using GitUI for a few days and I've been really enjoying it :) I was wondering if it would be possible to add a "hard reset"...
Hi there! I'm currently building a project where I need to show two spinners for two different long-running tasks. Is there a way to achieve this? Thanks in advance for...