Steffen Reichel

Results 5 comments of Steffen Reichel

The problem is very likely here https://github.com/nicky-lenaers/ngx-scroll-to/blob/21596bce4d40628994c0697ab7c55df23968efdd/projects/ngx-scroll-to/src/lib/scroll-to.service.ts#L108-L110 When using `offsetTop` you'll have to check if the `offsetParent` is actually the `container` you want to scroll. If there are elements with...

> The type hint on `load_default` says `Any`. I'm not sure what we can change here. Ups... my apologies. Not sure where I was looking when I wrote the type...

#702 fixes the exception but not the underlying error. If `describeFeatureType` returns a schema where `xmlns="http://www.w3.org/2001/XMLSchema"` and `xmlns:xsd="http://www.w3.org/2001/XMLSchema"` are specified `schema_key` might be set to `None` depending on the order...

~~If I may make a suggestion: You probably don't want to expose this dashboard at all as LoadBalancer or Ingress. Have a look at how for example [Weave Scope](https://www.weave.works/docs/scope/latest/installing/#k8s) is...

Quick question as I was about to implement the same change (and this PR is already over a year old): Why are you not using the same "default value" syntax...