Klemen Tusar

Results 234 comments of Klemen Tusar

Works for me using Kotlin v1.9.22 🤷

Looks like this was fixed in [3.22.0-19.0.pre](https://github.com/flutter/flutter/releases/tag/3.22.0-19.0.pre) as it is broken in 3.22.0-18.0.pre. I've made a CP request to add this to stable https://github.com/flutter/flutter/issues/149178 🤞

> Did anyone find a solution for this? Not a solution, but a workaround. Create a `ScrollController` and allow scrolling beyond `0` only when there's a certain number of elements,...

Looks like someone made a maintained fork here https://github.com/IO-Design-Team/hive_ce

Thanks for your contribution. 💪 Can you please fix the linter errors and add some extra tests for this feature (if possible)?

Hi @frugan-dev Looks like there are still some [fundamental errors](https://github.com/techouse/mysql-to-sqlite3/actions/runs/10342153625/job/28634166678?pr=77#step:9:229) in your code. You don't have to use tox to test it locally, running something like ```bash pytest -v -x...

> Locally I had to use a value of mysql_connection_retries: int = 50 [here](https://github.com/techouse/mysql-to-sqlite3/blob/master/tests/conftest.py#L199), as the default value was not sufficient; I have not committed the change, but perhaps it...

> Local testing with Docker works, but on GitHub there would be some adjustments to be made to support self-signed certificates. Commit whatever you think is necessary to make the...

> Screenshots > https://github.com/imaNNeo/fl_chart/assets/1109722/8e0899d0-ca0c-4ef5-b59b-9536ddd67e75 From the screenshot I see that you use Impeller [because of the line chart rendering issue](https://github.com/imaNNeo/fl_chart/issues/1625). Can you try with Skia?

> Unfortunately, having shaders lazy compilation across the whole app is even worse. Just profile your app for iOS, like you have to for Android (which still uses Skia). 🤷...