Panos Laganakos
Panos Laganakos
Ha, hadn't thought about doing it that way: Panorama Groups == VT Groups. I'd like to see that :)
Hey @sutris, just merged a couple of PRs and fixed the test suite. Can you validate things on your end so I can push the latest version on PyPI please?
The [README](https://github.com/furious-luke/django-address#requirements) states that the requirements are: - Python (3.5, 3.6, 3.7, 3.8) - Django (2.2, 3.0) So Django 4, is not officially supported as it seems. Does the field...
> It's much easier to type with your thumb on Alt than on Ctrl. Also, it just feels natural for switchers coming from the Mac, where the Apple key is...
For generic keyboards, I always had to switch cmd with option (alt) 
> So far we have https://github.com/helloSystem/QtPlugin (Qt platform plugin and style), but it seems we would need a patched version of the `qxcb` QXcbIntegrationPlugin for X Window System (X11) support?...
> Maybe the correct way would be to use the Super (Windows/Raspberry Pi) key as the key for invoking menu shortcuts instead. And then, on PC keyboards, switch the Super...
I made this with ChatGPT, which works with what I had in mind (saving each deletion into the numbered registry): ``` function! ShiftAndSetNumberedRegister() let temp_content = getreg('"') let temp_type =...