Michael Schmitz

Results 6 issues of Michael Schmitz

Hello, now Ive got all besides one thing working. I fixed not being able to select a mode and not being able to set all keys. But Ive got one...

feedback
openrazer
device specific
custom effect

Ive implemented two modi: Black switches the LEDs after 1000ms no input completly black, FadeOut fades them after 1000ms slowly to black, this happens unfortunately not very smooth

Hello, all other modes work, but if I want to apply a custom layout it does nothing. It still shows the previous selected mode. Any tips ? Edit: These errors...

I tried this code: ```rust #[tokio::main] async fn main() { pretty_env_logger::init(); log::info!("Starting command bot..."); let bot = Bot::new(CONFIG.telegram_token.as_str()); Command::repl(bot, answer).await; } #[derive(BotCommands, Clone)] #[command(rename_rule = "lowercase", description = "These commands...

K-bug
A-dispatching

Hi, On both the latest stable and the latest Beta version I experience the following: Consumed kWh for heating or water is only updated every two hours, other data Like...

question
todo

I noticed that the CLI did not support a bounding box (north/west/south/east coordinates) yet. This PR adds support for this feature and ensures a user either passes those or the...