cedvdb

Results 221 comments of cedvdb
trafficstars

@renefloor could this be reviewed ? using magic bytes is preferred over a potentially missing extension

I like the syntax. Although: - For the dispose example you might want to check if dispose exists on that annotated var, maybe not here, but i can see it...

@trustedcoder there are print statements in this PR, you approved the changes but let's not merge this in this state @shaxxx

I'm not sure about this, This is not an isocode anymore and it's not clear what use case this solves. Currently you can use: ` metadataByIsoCode[isoCode]?.countryCode` maybe an api could...

> Our workaround in our CICD is using xcode to run it for the first time, with -allowProvisioningUpdates. It does the profile update job even though the task failed (which...

@ayan-gorain I don't think you need to wrap every widget like that with semantics. Text already have semantics, since it's text. Have you fixed the android app store console warnings...

Upvote the original issue with a thumbs up to increase priority instead of "any updates?" and the likes which notify people needlessly. So thumbs up the first comment to increase...

So it's not possible to `add` on a growable list (with null safety), there is no override that can make this work ? If that's the case the documentation could...