Averath

Results 6 comments of Averath

Why don't you just add: ``` coverageThreshold: { "**/*": { "branches": 90, "functions": 90, "lines": 90, "statements": 90 } } ```

I fixed a little by declaring scss in my component: ```scss :host ::ng-deep { .p-accordion-tab:not(.p-accordion-tab-active) { .p-toggleable-content { height: 0; overflow: hidden; } } .p-accordion-tab.p-accordion-tab-active { .p-toggleable-content { height: auto...

Thank you guys for your feedback! I'm happy to see it > I noticed also that this new module does not check a `/models` endpoint to populate the model list,...

Setting up a service account should do the thing, because personal tokens last a couple of minutes/hours depends on settings

> > Thank you guys for your feedback! I'm happy to see it > > > I noticed also that this new module does not check a `/models` endpoint to...

Oh really? So service account won't work? Do you think we can leave it like it is as a first stage and align it later? We could mark it as...