David Hunt

Results 17 comments of David Hunt

If I'm reading correctly this issue should be resolved with #6329, which will allow the use of `define` again for the service worker. In the meantime, my workaround is basically...

Confirmed that #7140 (which went live in @sveltejs/[email protected]) makes it possible to create a functional Workbox service worker. If you are using Workbox to build your service worker, you will...

This is not a particularly important issue for me, but I'm wondering why you don't think passphrase protected keys with ssh-agent is significantly more secure than just having the computer...

I agree with Jeff; copying ssh keys into containers worries me. For another approach, check out how Docksal does this; they have an ssh-agent service container which shares ssh-agent proxy...

FYI, this is the main reason why I switched to Docksal. I actually like Lando better but this is a deal-breaker for me. On Sun, Apr 21, 2019 at 11:42...

I can understand saying that this shouldn't be supported, and I'll respect if that's the decision because of performance or principles or whatever, and I don't want to be difficult...but...

Oh, and even if this is not committed, you shouldn't have to cherry-pick the commits or preprocess the DOM to fix this in your own code; since Turndown does allow...

I made [quickpickle](https://github.com/dnotes/quickpickle), which uses the official Gherkin parser (and also sticks much closer to CucumberJS usage). Many thanks to @samuel-ziegler for this brilliant idea.

If you're still working on this, I've made a Vitest plugin that parses Gherkin feature files at [quickpickle](https://github.com/dnotes/quickpickle). It's basically a replacement for CucumberJS as a test runner, but using...

Ah shoot wish I'd seen this...I just did this last night and this morning! I don't want to steal your feature but if you'd prefer not to spend more time...