AnthonyZi

Results 4 issues of AnthonyZi

Implement TextInputSpinner Seperates SpinnerBehavior from Spinner and moves it into uix/behaviors. Adds TextInputSpinner, a spinner based on SpinnerBehavior with a TextInput instead of a Button. This allows the user to...

The following line in exifread.utils is wrong: ``` gps_tags = [lng_ref_tag_name, lng_tag_name, lat_tag_name, lat_tag_name] ``` and should be e.g.,: ``` gps_tags = [lng_ref_tag_name, lng_tag_name, lat_ref_tag_name, lat_tag_name] ``` Link to the...

First of all thank you very much for this great Project helping me to extract meta data from photos! Using exifread for reading the GPS data from images and I...

I installed lutris on an external drive with all game dependencies including retroarch (libretro) files on that external drive. Unfortunately I cannot completely integrate my libretro games into lutris (via...

feature request