Jonas Haberkorn

Results 12 comments of Jonas Haberkorn

> Maybe the best choice would be the @Property(isUtc: true) Thanks I try to write a program with a lot of DateTime values and everything should be always in UTC....

> > This proposal is available? > > Not yet. We were asking for feedback on what is preferred. ```dart @Property(type: PropertyType.date, isUtc: true) DateTime date; ``` would be the...

> Why don't you just store an integer micro- or milliseconds? Well, that's basically what I do for now. I have a seperate class implementing 'duration' with two integers for...

Thanks, I haven't thought about that, so I will change my code to only store minutes and a function or a getter to translate it into hours and minutes!

Did you try updating your dependencies? ```shell flutter pub upgrade ``` and if this doesn't help: ```shell flutter pub outdated ``` what also could help is removing the dependency of...

> Fixed in isar-community fork Out of curiosity, is the fix also existing as MR or PR here in the official repository?

I did access the WiFi in the GNOME settings and started the 'vanilla-installer' with 'kgx'. I could install VanillaOS (build nr. 120) without any problems! So I'm only left with...

> In my case, it also doesn't work. Yeah, sadly in my case it doesn't work to. It's not a big deal, but if that works in the future it...

I have found following in a Medium article: > Note that this works for icons defined as static constants in a class, as shown in the sample code in the...

@timmaffett sorry for that! I have updated the previous posts link. It now should point directly to the topic of icon preview.