Talor Anderson

Results 10 comments of Talor Anderson

what is the property for getting the lights under automatic control? I don't see it documented.

thanks Chris, I created a PR #1136. the errors appear to come from `content_script.js` due to the background script not being initiated (a call at the top of `main` in...

actually here's what I'm seeing now in the logs from the background script! hitting some errors, though. However, looking deeper, there may be more important issues: ## unsupported APIs per...

I'm not able to continue on this work but anyone interested can use this as a jumping off point to get safari support implemented :)

this selector appears to reproduce the same issue with the same root cause (the `Function` constructor linked above): ```css [data-anything="true"]:has(div) ``` this is the minimum i can distill my specific...

wow thanks for letting me know about this, it didn't even cross my mind! unfortunately I don't have access to an iPhone X / iOS simulator for the time being,...

Yeah I would agree that's probably the best solution.

Yeah I was thinking the same thing. I actually did a (very very simple) rewrite already that fixed a few major issues with the library, and I'd like to match...

hm. interesting thought. I think it's important, but with how many features are being requested I think a better solution may be to make `MessageBarManager` more open and easier to...