Arturo Espinosa

Results 9 issues of Arturo Espinosa

This PR will be limited to making CesiumJS work with WebXR-enabled UAs at the Scene level, and it is considered as a Proof Of Concept due to its caveats, which...

More robust handling of MEMO records, and ability to detect corrupt MEMO data and report it on the output and stderr. pgdbf was crashing on me due to a mismatched...

- [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: Debian bookworm (latest) - scrcpy version: 2.0 - installation method: manual build...

I first noticed there was a problem with RoMote when trying the Retaliate game on Roku, but I've seen that it affects more common use cases, such as doing ff...

Features: * Detects and notifies the presence of external input devices, such as bluetooth keyboards and gamepads. * Independent boolean isEnabled so that the user can manually disable all of...

I use my tablet in landscape mode all of the time, supported on top of the keyboard. Applications that don't support a landscape orientation can be quite irritating to me,...

When tkfilebrowser is used inside a project, the code produces a DeprecationWarning due to the use of locale.getdefaultlocale. See https://github.com/python/cpython/issues/90817 Solution based on getdefaultlocale's help and CPython's own code in...

constants.py:locale_number uses format_number, which produces DeprecationWarning: Use babel.numbers.format_decimal() instead. format_number has been deprecated since babel 2.6.0. https://babel.pocoo.org/en/latest/api/numbers.html

* Instead of using locale.getdefaultlocale which is deprecated, let the class method babel.Locale.default take care of the selection of a locale. * Replaced the deprecated babel.numbers.format_number with format_decimal. * LANG...