David Idol
David Idol
This is part of a series of changes aimed at allowing custom maps to be created, uploaded, and used all without distributing any song file directly (instead the user must...
**Background** Optional feature support for installing custom maps that do not contain any audio file. This is part of a series of changes aimed at allowing custom maps to be...
If we want to determine the difference between touching the crown just to trigger an action vs touching it to perform a rotation, we would have to modify the plugin...
Getting the following error when trying to use in conjunction with [chai-shallow-deep-equal](https://github.com/michelsalib/chai-shallow-deep-equal): ``` Cannot read property 'replace' of undefined + expected - actual at Context. (test/middleware/scheduler.spec.js:52:37) 51 | dispatched 52...
It'd be super helpful to have some information for other developers who want to learn how this application works (and maybe how to contribute!)
It'd be awesome to have events that trigger when clicking/double clicking on a day (aside from an event). My use case is for this to trigger a "create event" flow...
Hello fellow Apple users! I'm super close to having full support for Safari (the extension works 100% when I test locally in Safari as of commit https://github.com/idolize/xcloud-keyboard-mouse/commit/42fde71bac7498d159b922421f57dd3ac23e7c30). [Here are the...
**Describe the bug** Noticed that my instance crashed on it's own. Looks like it was trying to add an item to cart. Running code from the `development` branch on commit...
### Summary When I try to run `ansible-galaxy install -r requirements.yml -vvv` I get an exception with one of my dependencies. Originally the dependency ([`idolize.dotfiles_stow` role](https://galaxy.ansible.com/ui/standalone/roles/idolize/dotfiles_stow/)) had no version number...
- Addresses issue #5 (vote scores) - Adds documentation for the `.unvote()` method (which I did not know exists until I examined the source code) - Switches the methods which...