Kieron Wilkinson
Kieron Wilkinson
I managed to get cypress working in a Windows Container image, but it wasn't trivial. Cypress was crashing similar to https://github.com/cypress-io/cypress/issues/4625 with the same error number. Some debugging using procmon.exe...
I was planning to raise a PR when I've simplified it - our own Dockerfile is much complicated by the fact that it requires accessing things from internal servers with...
So I was going to create a PR for this I've decided against it as it's a little different from the other Dockerfiles and might not be appropriate (happy to...
That's a nice idea. Thanks for the feedback. I'll think about how best to go about that. This is mentioned as the first point in [Deployment Visibility](https://github.com/vyadh/teamcity-deployment-dashboard#deployment-visibility) section of the...
@mabakay Can you attach a screenshot of the configuration as well as showing how your projects are setup so I can take a look?
Excellent, thanks for the info. The last screenshot is the most telling. Normally, if the plugin cannot find any builds, you will still see the search bar and the list...
Thanks for the follow up. Edge clearly doesn't like the way I'm inserting the plugin code into the page, which perhaps isn't so surprising, though Firefox and Chrome are what...
I didn't actually see what nupm was doing to run tests (I initially assumed it was written in Rust) but I see it's doing similar to [my recent PR](https://github.com/nushell/nushell.github.io/pull/1594/files) to...
I'm assuming this would need to work from Git tags on the module repo and those that are recognised as version numbers? So, updating everything to "latest" would infer what...
Yeah, I don't mind, I just thought it might be helpful. Can toolkit.nu be used outside of nushell?