Eero Ruohola
Eero Ruohola
I haven't noticed any issues with any other caps lock + key, except that if for example you try to use caps lock + left arrow to move by words...
I'm wondering why does the docstring of `active_translations()` guide to use `distinct()` with it: https://github.com/django-parler/django-parler/blob/00df9926763e620823a33eaaeefbf1266dc9bf8f/parler/managers.py#L112 To me it would seem like this `distinct()` at the end of `translated()` is always...
> ... This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. Happens with the latest `setuptools` https://setuptools.readthedocs.io/en/latest/history.html#v49-2-0...
The selector on: https://github.com/shuup/shuup/blob/fac1af52c09c966229a0545888603b52944ba0f3/shuup/front/templates/shuup/front/checkout/_vertical_phases.jinja#L92 is problematic. If the page has any other forms (e.g. a drop-down form which removes items from the basket), it will make submitting them just completely...
The error occurs when you're trying to search (with /) a place in the undo history which also happens to have a `^@` aka null character in one of the...
Steps to replicate: - Run HapticKey - From Menu Bar, change the HapticKey setting to 'All Taps on Touch Bar' - Haptic feedback happens correctly for all Touch Bar keys...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** Currently we can't remap for example `` and `` separately, they both...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
I really like the 'hide' display option that Consent-O-Matic has, where all the magic just happens in the background. It would be nice to have an option to additionally also...
## Describe the bug Autocompleting an cd'able alias (needs Bash option `shopt -s cdable_vars` to be set) does not work in version 2.12.0 ## To reproduce With this .bashrc: ```...