Felix A. Epp
Felix A. Epp
Are you talking about the dropdown menu or the burger-menu? Because with the latter using `is-active` on `navbar-item` is no problem.
I have the same error, but my debugging output actually prints an ActionScript error. I'm on OSX 10.10.5, MacBook 13" Early 2015 and my external monitor is 3840 x 2160...
So, found what's causing it on my end: You're calling Alfred 2 directly in `set_resolution.rb` : ``` Ruby if query =~ /^\d+$/ `osascript -e 'tell app "Alfred 2" to search...
@dubstrike When I remember correctly, this only is an issue with multiple displays.
``` DIFF diff --git a/workflow/set-resolution.rb b/workflow/set-resolution.rb index ead286a..f203514 100644 --- a/workflow/set-resolution.rb +++ b/workflow/set-resolution.rb @@ -4,7 +4,7 @@ query = ARGV[0] if query =~ /^\d+$/ - `osascript -e 'tell app "Alfred...
I setup a check for `btn.isReleased()` after `btn.read()` once `pressedFor(X)`was triggered. ``` btn.read(); if (waspressedforsometime && btn.isReleased()) { onRelease(); } ```
This is becoming ridiculous. You are phasing out the v4 interface but still require a v4 API key. Please put some manpower behind this tool, so it does not become...
So, I think I have a similar issue. Installing DEVIOT results in `/bin/sh: pip: command not found` I installed `pio` through pip manually but Deviot does not find it automatically....
Same error here. Can't change the citation style anymore.
What worked for me, was 1. deactivating BBT in Zotero -> Tools -> Addons. 2. Restart Zotero 3. Reindex ZotHero 4. Reenable BBT and restart Zotero