Chris Combs
Chris Combs
The default overflow behavior on mobile can't be overridden: ``` if (this.options.bodyOverflow || isMobile){ $('html').addClass(PLUGIN_NAME+'-isOverflow'); if(isMobile){ $('body').css('overflow', 'hidden'); } } ``` We are trying to build a bottom bar like...
When I run `rmlint --gui`: - If I choose "Path limitations": "Same file extension" - The scan returns immediately with no results - An underlying error is returned in the...
Hello! I am learning through trial and error that the AIY Vision Bonnet's pins have different permissible values for the PWM frequency, at least as set through the Python AIY...
dare ya! Pay a nickel per move 😉 a truly unpredictable opponent.
Hello! I am excited by this project, it is very cool. Thank you for making it! I live in a region where 868MHz is not allowed but 915MHz is OK...
maybe a find/replace? Happens to us all :sun_with_face:
These changes let iTunes_Backup_Reader function, at least in decrypt mode, with Python 3.9+. I think there might be some deeper flaws in the txt/csv/db export which I haven't chased down,...