Juan Carlos Mejías Rodríguez
Juan Carlos Mejías Rodríguez
Trying again...
And it failed again
Found this https://gitlab.com/gitlab-com/support-forum/issues/4692, which looks similar
Ok, it finally worked (twice, about 10min to import each time). Looks good so far. Maybe should take some actions before migrating. See https://forum.gitlab.com/t/recommended-practices-for-moving-an-oss-project-from-github-to-gitlab/29068.
Sure it would!
@thebjorn somehow I'm getting this issue. Nodes get random order, and some times the amount of nodes are different. I'm using pydeps v1.10.22, Python 3.10.6, Graphviz 2.43.0 and Ubuntu 20.04.
An alternative to @Sabartius's solution, using `animationDone` event instead of `selectionChange` so we get rid of the `setTimeout`: ```typescript import { Directive, HostListener } from '@angular/core'; import { MatStepper }...
@danbraik you're welcome. I'm glad it works for you too.
Hi @aYorky ! The selector should go in the stepper, not on each step. You placed it right.
@aYorky I was working with Angular 11 when I wrote it. Maybe it just doesn't work on newer versions. Which version are you using? Could you share more details about...