Roland Fredenhagen
Roland Fredenhagen
> @silopolis does that help? > > I think it might be useful to add this information in the documentation. @ModProg Will you be willing to add a "Tips" section...
This also helped with a similar issue I am having on reconnecting the keyboard. Well it only seamed to help. I'm not sure anymore .
BTW here is a workaround using a lockfile, for anyone interested. Just replace the RUN statement with a file containing this: ```sh #!/bin/sh LOCKFILE=/tmp/g910.lock if [ ! -f "$LOCKFILE" ];...
No I haven't done anything in that direction. this also feels a bit like a hack but I don't have a better idea
> I just edited the files since I don't exactly know how to apply your Lockfile. Could you explain shortly where to create this file? So did temperrr's work for...
> Niagara button auto adapts the icon based on the app you set for tap action. > > Coming to your question, Niagara button doesn't directly place the widget to...
> that's not possible as of now to manually change the Niagara button icon, > it automatically adapts the icon from the app you set up for tap action, but...
Well, could I then ask for it to show the calendar symbol when used with a calendar widget? As that is already the behavior when I select the calendar App...
I would also be interested in being able to use `cargo-edit` as a library, because I'm developing a neovim plugin that allows dependency management and would benefit greatly if I...
Yeah, but AFAICT there is no way to easily do `cargo add serde` without reimplementing the logic in https://github.com/killercup/cargo-edit/tree/master/src/bin/add as I cannot use the methods in there directly right?