Bjørn Wiegell

Results 60 comments of Bjørn Wiegell

Working example with dynamic sticky items with correct placement: https://stackblitz.com/edit/angular-ivy-pxmnpx?file=src/app/app.component.html (css vars need angular 10+) An issue can arise where the sticky element will jump 1 px up and down...

Tenting is way of when just uncommenting?

> @wiegell did you find a fix? I got it solved but i'm not even sure how. I think i ended up commenting again and just recompiled a couple of...

FYI the NPM-types are broken in angular atm. see: [#31020](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/31020)

Hi Tim, thanks for the reply. IMO createSelectorFactory should somehow be a part of the guide at this page: https://ngrx.io/guide/store/selectors And also - the link you provided could really use...

Ty, i'm busy atm. though - might get back to it some time.

Also a problem for me at app version 4.0.1.1, iOS 14.4.2, NC 21.0.2. Very frustrating. Photos should be sorted from the exif "content created", but i can see a use...

Photo view and sorting is mentioned several other places, but maybe the sorting is done server side? See: https://github.com/nextcloud/android/issues/7451#issuecomment-732111772 Related issues regarding photo sorting: https://github.com/nextcloud/ios/issues/326 https://github.com/nextcloud/ios/issues/948 https://github.com/nextcloud/ios/issues/1525 https://github.com/nextcloud/ios/issues/1611 https://github.com/nextcloud/android/issues/7451 https://github.com/nextcloud/android/issues/4550...

Same problem when trying to extend e.g. Interval, where it requires to call super(). Typescript thinks it takes no argument, when in fact the source says it does - probably...

Thanks for the response. I have trouble installing luxon in both stackblitz and plunkr - is there a working template?