Richard Tibbles

Results 483 comments of Richard Tibbles

Hi @a6ar55 - this is a high level scoping issue for this project. We will be breaking this down into smaller tasks in the coming months, so there may be...

The linting package has now been updated - checking to see if this recurs locally would be helpful. If it is still happening, I think it must be a Windows...

I think adding a pre-commit hook would be the simplest thing here. In our other repositories we use the Python `pre-commit` package, but I am guessing we've not added it...

Seems like husky is the main solution out there, seems like we could run the same linting command with that, and keep a purely JS ecosystem for KDS. https://typicode.github.io/husky/how-to.html Will...

I think the last requirement I put there will be best achieved by using husky in combination with this: https://github.com/lint-staged/lint-staged?tab=readme-ov-file#configuration

Hi @Mamatha1718 - you currently have two issues assigned to you, so I would prefer those are resolved and closed before assigning any more.

Yes - ensuring that the task finished snackbar properly displays when a task finishes would be what is needed!

Hrm, that is tricky - and this watcher is never called at all? ``` watch: { watchedTaskHasFinished(val) { if (val && val === this.watchedTaskId) { if (this.showSnackbarWhenTaskHasFinished) { this.createTaskFinishedSnackbar(); }...