Leo Liang
Leo Liang
这个功能比较重要,在开启自动挂断后,被数据源错误标记的电话都打不进来了。 如果能够提供用户自定义标记功能(例如标记为忽略),并且用户自定义标记优先于数据源的,就可以解决这个问题。 相同问题:#62
#276 hasn't fixed it. ``` projects_and_groups: "*": # configurations skip_groups: - ei/demo ``` If the CLI parameter points to the subgroup , it's skipped as expected. ``` gitlabform ei/demo ```...
Got the same issue in 2.2.0: ``` $ gitlabform -c test-config.yml ei/scm/scm-test-zone 🏗 GitLabForm version: 2.2.0 = the latest stable 😊 :: # of groups to process: 1 :: #...
@gdubicki I tried it just now. It failed on the second run only. The first time the group wasn't shared so it won't fail. ``` @ (1/1) Processing group: ei/scm/scm-test-zone...
+1 Current Clip Stack occupies maximum 6 rows in notification. It makes the notification scrolling list too long. I personally prefer a single row notification.
@ofdata Do you have any idea on the data format inside `roomdata`? I couldn't find a pattern that fits all.
The bug exists only on adjustable version. The non-adjustable version works fine.
@sapegin `--dir` option doesn't solve my issue. I have done a test: Create `.mrm/config.json` with config items to take precedence in project directory. `mrm mytask --dir .mrm --preset mypreset` doesn't...
Yes, `config` option works. But it looks not the best way to me for reasons: - When there are more configure items the command line is long. - To automatic...
This PR is 4 years old. The main branch has a lot of changes and the merge conflict is difficult to resolve. I have managed to re-apply the changes on...