Jake Tompkins

Results 10 comments of Jake Tompkins

Is there any progress on this? I'd like to use chrome-aws-lambda which uses puppeteer-core with a custom fork of html-pdf-node-ts which uses puppeteer, but I can't reconcile the types of...

I was able to get the gateway open by creating a security exception in FireFox (I was using Chrome before), but after connecting to the server with shadowsocks, every site...

It looks like it might be due to this: https://podtech.com/os/mac-osx/chrome-catalina-certificate-issue/

The issue is that Catalina won't accept ssl certs with an expiration date over 2 years from creation. I changed the default values to 700 days and the cert is...

> Hey, thanks a bunch for the solution! I just implemented it and it largely fix vim split navigation. The only issue I'm seeing is that if I split nvim...

It means that the parser found a character it wasn't expecting, in this case it's the "o" in "or". I'm having a similar problem where errors are thrown on valid...

> Worktree support is on the way: #2147 > > If you would like to shape the UX check out the discussion here: #2803 This functionality is very exciting. Do...

> It's not far off, I think it'll be in the next couple days. I just want to spend a bit more time with it to catch intermittent UI bugs...

I'd like this too. I have a threshold configuration that contains a few different globs, but those globs don't always have a match when I run tests on only staged...

I've been seeing this behavior in a repo using Lerna recently. It happens consistently for me, any time I remove node_modules and re-run npm install, the next Lerna command fails...