Dylan Bolger
Dylan Bolger
To add - on installation this file did not exist, I had to create it. The Wiki suggests this file should exist on install.
> > ~/.musikcore/hotkeys.json > > I use `~/.config/musikcube` as config directory. It works in my environment, ArcoLinux (arch based). Installed static version (0.97.0) from compressed tar. That fixes it for...
Maybe we add a "this version has been manually reviewed by personA" to make sure the user knows the version has indeed been confirmed correct. If the review hasn't been...
I should mention, reinstalling Pomotroid did not work.
Looks potentially stale, but may be something worth looking in to: https://pub.dev/packages/flutter_carplay Also: https://github.com/flutterfromscratch/using-flutter-with-carplay
Not sure if this is the place for it, but my color and effects are hidden under separate buttons:  Is there a way to configure the bulb view to...
What would it take to possibly make this work on Xcode 10? (Referring to this: https://stackoverflow.com/a/51060778/5351192)
Is there any consideration for this proposal today? While our structure isn't the same as @jsfuchs, our subproject `build.gradle` files would benefit from applying this plugin to help reduce noise...
I went through trying to remove the root project limitation yesterday, and I've been able to lint successfully. @jsfuchs changes seem to have worked at least for task creation, however,...
The `Getter` annotation and any other annotation that has a RetentionPolicy `@Retention(RetentionPolicy.SOURCE)` will always fail. The Gradle Lint plugin uses ASM to visit compiled class files and review if dependencies...