Linus Unnebäck
Linus Unnebäck
@nallammai-maruthappan feel free to send a PR, I'd be happy to review it!
We ended up restarting the browser for every call, but I'm very interested in a proper solution!
ping @achingbrain, we have merged this rule upstream now and it will be part of the next version of Standard. It would be great if you could merge this ☺️
ping @achingbrain, just following up on this one, would you be able to merge this?
I think that [the collator from ICU4X](https://docs.rs/icu_collator/latest/icu_collator/) could be used for this, I believe that it has the same behaviour as JS `Intl.Collator`
Hmm, I'm not sure how all processes should look around this. Currently, as distributed via Npm, the newest semver compatible versions of every dependency is used whenever a user installs...
@alessioalex what would be the benefits of using undici instead of the regular node `http/s` client?
You can also pass `labelAlign: 'flex-start'` in your `customStyles`
I'm actively pursuing this in a project I'm currently working on. By using the [Add-to-App method](https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps) I've managed to start a Flutter view from within my extension. However, the view...
Unfortunately not, at the moment our app extension is written using only native code and views 😞 Would love to have support for Flutter here though!