Đào Hoàng Sơn

Results 270 comments of Đào Hoàng Sơn

I'm also running into this. With memory limit of 1Gi, very frequent restart. Increased to 2Gi, less frequent but still. Now at 3Gi and it restarted once after 20 minute...

I ran into this error today, bumping `IPHONEOS_DEPLOYMENT_TARGET` to 12.0 does fix it. What's interesting is `flutter run` works but `flutter build` fails. Since my app is quite big with...

I have a repro here https://github.com/daohoangson/flutter-audio_session-issue52.

If you are on stable channel, make sure Flutter version is at least `2.5.0`. You need at least 2.4.0 pre for the latest version of this package. See #611.

It reported some bib numbers when I tried but the result does not match README: Have you figured it out @sferaudatDV? Sorry for bumping up an old issue.

No, doing that would be silly. I think we should adopt jQuery approach for this in order to calculate the "correct" offset. Otherwise the shim will be misplaced.

Here https://code.google.com/p/jqueryjs/source/browse/trunk/jquery/src/offset.js, a bit overkill for our purpose though.

That's an interesting workaround @DFelten 🤣 Hopefully with proper column width support, we should have better insight to decide whether it should be scrollable.

No update on this front yet. Sorry.

The selectable variant uses a different widget to render so it may work differently. Starting from Flutter 3, that widget is no longer needed though. Which Flutter version are you...