Steffen Reichel
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...
_sigh_ It's is not a duplicate of #971, because it's not about the `+=` vs `
It's fixed in the current version of the file in the 0.13 branch with commit fcb35f3b8ffe7f460314a003868d51a49197d114. As your contribution doc says to always work against the current development branch and...
> Would you be interested in submitting a PR for this? @sean-perkins Let me have a look into ionic's contribution docs over the weekend on how much overhead that would...
> Hey @sean-perkins , I have sent out a PR for this. I came across this issue recently and it was kinda needed for me. Thank you! I got bogged...