Devon Carew

Results 381 comments of Devon Carew

Hi @fstotz, thanks for the contribution! Re: changing the default extension for mpeg - we're considering updating this package to use another canonical mapping (Apache httpd?), and then having few...

> Decide on a source of truth for mappings (maybe some IETF standard if there is one), follow that, and have regular updates if the standard changes. This looks reasonably...

> I think using someone else's list, and saying no to any further additions, is a better strategy better than trying to maintain yet-another-list ourselves. 👍 That sounds great. I...

If we take the link above: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types and generate a new mapping from that, we see: ``` added: application/vnd.dart application/vnd.geogebra.slides audio/x-aac font/collection font/otf font/ttf font/woff image/jxl image/vnd.dvb.subtitle video/mp2t removed: audio/aac...

Circling back to this, if we do decide to revise the public API of this package (i.e., add a MediaRegistry class), here's the portions of the current API that are...

> The flutter command always runs a pub get when a sub-command that needs a resolution is executed. The dart command doesn't. I'd like to tweak that to say that...

> For consideration, proof-of-concept using Android default extensions. You're thinking of separating the source-of-truth for ext=>mime from mime=>preferred extension? I think that would be fine, as we're having trouble finding...

Thanks for the report! That's a message from the CLI we're using to launch the emulator. We'll need to figure out how to know when to pass that flag in...

@d-apps, I'm curious - do you already have another emulator running?

Ah, good catch. `pubspec_parse` doesn't support this yet, but we would accept PRs adding support for it. cc @sigurdm @szakarias