Evan Salter
Evan Salter
Thanks for the feedback! I mostly developed this extension using Chrome, so I admittedly haven't used it a ton in Firefox. When I have some time I'll see if I...
Test output (no regressions): ``` ❯ rake test Run options: --seed 58270 # Running tests: ................................................................................................SS................. Finished tests in 0.343056s, 335.2222 tests/s, 574.2503 assertions/s. 115 tests, 197 assertions, 0 failures,...
Also note that when using bracket indexing for the object we're checking, we get an error: #### Query ```ruby JsonPath.new("$[?(!@['pull_request'])]").on(json) ``` #### 🐞 Actual Result: ```ruby Traceback (most recent call...
I made this change in my fork. Feel free to install via HACS: https://github.com/evansalter/lovelace-tab-redirect-card I've also opened a PR to this repo. @ben8p can you merge? https://github.com/ben8p/lovelace-tab-redirect-card/pull/14