Stefano De Vuono

Results 9 comments of Stefano De Vuono

Got it! https://github.com/djenriquez/vault-ui/releases Can I submit a PR to add this link in the readme?

@dteirney Same. I think it's pretty clear how this doesn't work. I don't think it's at all clear how (or even if) this does work.

~It's back!~ ~Does anyone have specific instructions on how to debug the extension? I'd be happy to dig into this.~ Nevermind, there was already a server running on port 1234....

@polens29 @atdrago I've found having the linke target be `_blank` causes problems so I added the following and things seem to work: ``` import AddToCalendar from 'react-add-to-calendar' const handleDropdownLinkClick =...

I'm a US user and my `lc-main` (I have no `lc-main-av` cookie) looks like this: ``` lc-main en_US .amazon.com / 1/1/2036, 12:00:01 AM 12 B ``` That appears to be...

jsdom 11.2.0 came out and they now support this, but a lot of their API has changed. I've started a branch to integrate it into zombie, if anyone wants to...

Got it! https://github.com/StefanoDeVuono/zombie/tree/801-event-target-dataset edit: well, sort of. sorting out travisci errors for now.

Try this: const browser = new Browser({strictSSL: false});

zombie has a reroute library which is loaded into the Browser object and can be used like so: `Browser.localhost('example.com', 3000)` However this just binds us to localhost. So, it, in...