Moritz
Moritz
Added 17.0.0 to the possible versions of react in the peer dependencies. Tested in a project with react v17 and works fine!
Feature request: Add support for hash algorithm migrations. Possibly using [verify_and_update](https://passlib.readthedocs.io/en/stable/lib/passlib.context.html?highlight=deprecated#passlib.context.CryptContext.verify_and_update).
For future me: instructions for installing compatible versions of python 2 and 3 on macOS. ```bash $ brew install pyenv $ pyenv install 2.7.18 $ pyenv install 3.7.9 $ pyenv...
### Current Situation Currently the documentation focusses mainly on the Service Data of the "T" device type. ### Proposed Change The following shows the Manufacturer Data and Service Data of...
Thank you for this awesome tool! I think it would be nice to have an option to disable the borders without stopping the borders service, since for my setup I...
Add border style `none` to disable borders (see #142). This PR also fixes the focused window not being highlighted after startup (and after changing the border style from `none` to...