Panaos Alisandratos
Panaos Alisandratos
I installed SensibleSideButtons while on High Sierra and then upgraded to Catalina and it continued working. See, the trick is to skip an OS.
Hello from 2018, how's 1.0.0 looking?
What about for just the touch bar's "x"?
I see. Thank you for the reply and for not closing this issue. I must add that another potential problem of comparing types in this manner occurs when changing the...
Yes, I mean `TypeDecorator`. What leads me to believe it is the same issue is that a custom type that starts out with `String(x)` and is changed to `String(y)` will...
Sorry for the confusion. It's significant in the sense that if the custom type were to be used my many columns, an operation for each of those columns would have...
It would be cool if there was an option on the history page to either revert only one record or all records that were part of an update. I'm currently...
So `VersionAdmin` wraps `ModelAdmin.changelist_view` with the `create_revision` context manager. @etianen Is there a way to have 1 reversion created per `save` invocation rather 1 for all? I've got a nasty...
### TL;DR **This promise is not a good idea due to Google reCAPTCHA's lack of an error callback, which would provide the only proper mechanism for promise rejection. Without it,...
Here is what I ran in the VM, up to the unit tests run: ```shell sudo apt update sudo apt install -y wget git # miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh bash Miniconda3-py39_4.12.0-Linux-x86_64.sh...