Lucas Basquerotto
Lucas Basquerotto
Similar to @intellix, I have a component that show input errors, and because I can't listen the changes of touched and dirty through the control object I'm using `ChangeDetectionStrategy.Default` instead...
@emoriarty I don't think what you posted is a solution for this issue. The main problem I see is not about updating the `FormControl`/`FormGroup`/`FormArray` (to see an old or new...
@javix This issue is currently `Open`.
@NoamNol If you created a new project, your case may be that that it's using the Editor/IDE Typescript, instead of the typescript in your workspace. The errors are shown normally...
@NoamNol It should give an error, so it seems the plugin is not being used. One reason for that is that it's not using the typescript of your workspace, like...
@TimWolla I agree that being able to assign those settings, be it in environment variables or in a configuration file would be great. I already do that with phpMyAdmin and...
@mtariqsajid They are variables that a user above posted as a request (example), I don't think the docker image supports it, and I don't know if it will support (it...
I think this issue should be closed then (if the feature will not be implemented).
@pillarsdotnet It seems ansible doesn't support `include_tasks` with `until` (https://github.com/ansible/ansible/issues/17098). How did you make it work in the file [/tasks/again.yml](https://github.com/pillarsdotnet/ansible-watch/blob/master/tasks/again.yml)? (I tested with ansible 2.7.8)
@pillarsdotnet I was able to make it work by making a loop in `again.yml` (using range, between 0 and the number of retries) and adding a wait time in `loop.yml`...