Imran Iqbal
Imran Iqbal
## Your setup ### Formula commit hash / release tag ### Versions reports (master & minion) ### Pillar / config used --- ## Bug details ### Describe the bug As...
Setting up this issue to use with the [reminders bot](https://github.com/probot/reminders) -- doesn't appear to work directly in PRs anymore.
Noticed that the date picker stops working in this situation: 1. Fill out the survey so that all of the data is valid _except_ for a required date field (date...
Linked to #120. Was also discovered by @Zimmi48 in [this topic](https://coq.zulipchat.com/#narrow/stream/243318-coqbot-devs.20.26.20users/topic/How.20to.20troubleshoot.20coqbot.3F) in Zulip. This was the `coqbot.toml` config that failed: ```toml [mapping] gitlab = "saltstack-formulas/formulas/github/saltstack-formulas/test-formula" ``` I had already removed...
All of the info is in this topic: https://coq.zulipchat.com/#narrow/stream/243318-coqbot-devs.20.26.20users/topic/coqbot.20starts.20creating.20empty.2C.20unconfigured.20repositories As @Zimmi48 mentioned, this is currently unavoidable because of: * https://docs.gitlab.com/ee/gitlab-basics/create-project.html#push-to-create-a-new-project However, there's the suggestion that the automatic sync could be...
#120 has been fixed but there are still a couple of outstanding problems to be resolved, as based on this discussion with @Zimmi48 in Zulip: https://coq.zulipchat.com/#narrow/stream/243318-coqbot-devs.20.26.20users/topic/How.20to.20troubleshoot.20coqbot.3F/near/220304637 If I understand the...
As discussed with @Zimmi48 in Zulip, it would be useful to have this feature available in our repos as well: * https://github.com/coq/bot#post-comment-when-a-pull-request-does-not-respect-certain-standards Ideally, it would be helpful to be able...
### What does this PR do? Documentation fix for `system.get_computer_name` CLI example. ### Merge requirements satisfied? - [x] Docs - [ ] Changelog - https://docs.saltproject.io/en/master/topics/development/changelog.html - [ ] Tests written/updated...
When tab completing a profile, an unwanted space is added after the period `.`, necessitating hitting backspace before further completions can be accessed. The implementation here was based on the...