Alexander Kirsch

Results 16 comments of Alexander Kirsch

For me personally, one of the key considerations in choosing PiGallery2 was the immutability of the photo collection, so that no user can modify/edit the original photos.

If I'm not mistaken, according to the [feature specification](https://github.com/dart-lang/language/blob/main/accepted/future-releases/records/records-feature-specification.md#the-record-class) a Record can't be extended as per: > The type Record refers to a built-in class defined in dart:core. It has...

I'm going to have a look at it. Not sure about the timing tho.

I understand your concern. If the class’s field is inherited and initially immutable, you want to maintain its immutability in the subclass. However, I’m not entirely sure if this is...

Hey guys, while this feature is still being developed, I can share a script I use for continuous backup performed by a server once a week/month. It uses the API...