Aaron Wentzel
Aaron Wentzel
Any explanation on why the results are mismatched?
I think what we're really looking for is `1.2.0-dev+20201102`, the `+` indicates in semver 2, metadata. This meta data could then take a string / formater. It's my understanding that...
It feels as if GitHub variables should not be required to use cc-test-reporter. If they exist great, but, how do I locally test my scripts (executing on a mono-repository) when...
I'm not involved in Java, but, i love the extra detail added in your `.travis.yml` example. It's very useful to see how to hook in with Selenium etc, and see...
It would be really nice if instead of sending everyone to a private help form you'll would put details here. This way the community can self help and learn from...
@hamzahamidi and @zgriesinger did either of you figure this out?
I'm having the same issue with two differences: * I'm on a MacOS * I don't have a `package-lock.json` in my root mono-repository Additionally, publishing works fine if I use...
we should add this feature for production sites that incorporates nonces to avoid using unsafe-eval (scriptSrc) and unsafe-inline (styleSrc) references. We do not have this feature today, but, it would...
> I was able to use CSP with [vscode-webview-ui-toolkit](https://github.com/microsoft/vscode-webview-ui-toolkit) by adding the `` to my extension, but I think it should either use ` > I can create a PR...
> @awentzel do you need me to add more to the PR? I can try to add some to the docs too? I would add the minimum requirements for this...