Klemen Tusar

Results 87 comments of Klemen Tusar

I'm closing this then. Feel free to reopen when you have time again.

I have just tested `v10.2.0` for the ATT prompt and it shows correctly in all applicable iOS versions. | iOS | tested | | ----------- | --- | | 13.7...

It compiles, however, I'm still getting the unchecked or unsafe operations note. ``` Note: /home/runner/.pub-cache/hosted/pub.dev/android_intent_plus-5.0.1/android/src/main/java/dev/fluttercommunity/plus/androidintent/MethodCallHandlerImpl.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ``` which is most...

Can you please provide a database with which I can replicate the error?

Hi and thanks for the submission. ♥️ Looks like this doesn't work with Python 2.7, which this package still supports. Can you ensure that it works with both 2.7 and...

@rekliner any progress?

@rekliner Take all the time you need. We all do this for the love of the community 🥳

@rekliner I have recently released v2.0.0 which is Python 3.7+ only and have merged it into your PR, however, there's a bug with your code: ``` sqlite3_to_mysql/sqlite_utils.py:50: in convert_epoch _intval...

No worries. :) At least now you won't have to worry about Python 2 anymore :)

You might want to look at how I solved this in my other repo here https://github.com/techouse/sqlite3-to-mysql/issues/36