Miro

Results 9 issues of Miro

As an security engineer I want to block access to kroki.io So that our developers are not accidentally leaking information Background: We'd like to remove kroki.io from our firewall's whitelist,...

:bulb: proposal

I can't find any info about debugging mage files. I've tried to run `mage -keep` and then debug the generated `mage_output_file.go` to no avail. It's probably because of the `//...

I'm trying to use Mage on a package which does not compile and I think it's a valid scenario where it would be great it Mage has worked somehow. Scenario:...

There is a bug in https://github.com/test-kitchen/kitchen-vagrant/blob/master/templates/Vagrantfile.erb on line 71: `c.winrm. = ""` That code assumes the value will be always wrapped in double quotes which produces e.g. c.winrm.ssl_peer_verification = "false"...

Bug
Triaged

### 🤔 What's the problem you're trying to solve? I'm trying to add support for Go (godog) to Cucumber language service, so that we can finally use Go BDD support...

### 🤔 What's the problem you've observed? Looking at the [10 Minute Tutorial](https://cucumber.io/docs/guides/10-minute-tutorial), copying & pasting sample code seems like a very ineffective way of learning in the 21st century....

Can we please get the deeper-cli for ARMv6 architecture? This would allow it to be ran on Raspberry Pi Zero W. Alternatively, could the source code for the deeper-cli be...

Can we please get the deeper-cli for aarch64 architecture? This would allow it to be ran on MacOS M1/M2/M3. Alternatively, could the source code for the deeper-cli be made available...

The current documentation for installing `cmctl` and `kubectl-plugin` relies on `curl` and `golang` being installed. This is far from ideal. It's probably OK to expect that `curl` is installed. This...