Herbert Poul

Results 175 comments of Herbert Poul

@devnoname120 i've tried noto emoji font and noto color emoji font https://github.com/googlefonts/noto-emoji#noto-emoji .. but i never got colors to work.. So I abandoned it completely..

How about adding a `onRefresh` event, so a provider could itself call `refresh` on its dependencies? I think It's weird when the user of a provider has to call `refresh`...

I have another use case where something like a `onRefresh` might be useful (imho) - I am using `flutter_cache_manager` to cache network requests, it would be nice that when it...

pretty old issue.. but I stumbled upon this.. I assume this happens because idle-skipping happens after calculating the duration.. and the frames are simply skipped during render.. when using `--skip-idle...

@JspreetSingh feel free.. let me know if you need any assistance..

@nexbotai not really.. the problem is still how the app extension could access the passwords.. the app does not run at the same time as the extension.. imho the only/best...

fwiw.. i think in the meantime it is actually possible to run flutter inside an app extension.. (although development is still pretty buggy).. but it's a first step.. will take...

would the recently released https://pub.dev/packages/two_dimensional_scrollables package help with that maybe? 🤔

@hwpplayer1 to be honest I didn't think too much about that part. But reading [GPLv3.0-only or GPLv3.0-or-later](https://www.gnu.org/licenses/identify-licenses-clearly.html) makes me think GPLv3 makes more sense. I have updated the [README](https://github.com/authpass/authpass/blob/main/README.md#license) and...

imho just ignoring it would be the right thing to do, i've created a PR #175 fwiw, the following monkey patch also seems to work for me.. ```python def _monkey_patch_exifread():...