Justin

Results 12 comments of Justin

Experiencing same issue. Looked into the work around, which basically means unpacking the extension and building it yourself.

I agree that it's odd that the raw date tag shows in plain text as well as the stylized date below.

I think I am having a similar problem. I am using cuwire 0.5.3 and Arduino 1.6.2. When I click the drop down for the board, I get a blank list...

This would be super dope, you'd be able to control Alexa speakers via command line. I suppose it's a little redundant, since you can just talk to it, but the...

Hey, did you ever figure this one out? I'm having pretty much the same issue on a Mac with a nodeMCU Amica board (uses a CP102 USB-UART bridge, installed the...

> Thanks for the discussion here everyone! I think this was triggered/handled a while ago, right? > > > Sorry for the long delay! 🙈 I wanted to personally address...

> the discussion was about new runs of the image builds, not Python versions. Yup, egg on my face. Was distracted as to the subject mater I guess. Cheers.

Having the same issue, getting the security issue message, even with allowing untrusted certs. ``` from seleniumwire import webdriver from selenium.webdriver.common.keys import Keys profile_path = '' profile = webdriver.FirefoxProfile(profile_path) profile.accept_untrusted_certs=True...

Looks like there hasn't been an update in a while, but if the Wipr ad blocker could work in Helium I would be so happy!

Would love this. I didn't even realize until just now that there isn't a typing module till I tried to add type hints for an optional parameter just now. Thanks...