Klemen Tusar

Results 87 comments of Klemen Tusar

@fwieringen This here might help https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html

Looks like you'll need to fix this. Please run unit tests on your machine using `tox` to speed things up.

Make sure you have all the prerequisites installed `sudo apt install -y build-essential libpng-dev`

@dbgarcia @ThexXTURBOXx You could use https://github.com/petercinibulk/envied as it's essentially the same. I've recently contributed some code to it as well. P.S. @ThexXTURBOXx you could try and contrbute your obfuscation patch...

> yes please update. thanks use [envied](https://github.com/petercinibulk/envied) instead

@JEuler, you might want to review the [analyzer constraint in chopper_generator/pubspec.yaml](https://github.com/lejard-h/chopper/blob/develop/chopper_generator/pubspec.yaml#L11) prior to releasing a new version. [I had to constrain it](https://github.com/lejard-h/chopper/pull/345#issuecomment-1193179037) to ```yaml analyzer: ">=4.1.0

@Rohithgilla12 does [this](https://hadrien-lejard.gitbook.io/chopper/requests#defining-fields-individually) answer your question?

Duplicate of https://github.com/lejard-h/chopper/issues/330

@ebrarbilgili To me, it looks like the `converter` was not given any info on how to convert this type of `_InternalLinkedHashMap` to a `LoginResponse?` simply because @ishaantantra used a default...