Vftdan
Vftdan
Possible solution: https://github.com/Brobin/django-seed/blob/077398a2c2a533b07517b121b34713a2e43bcc63/django_seed/guessers.py#L11 ``` python try: from django.contrib.postgres.fields import ArrayField except ImportError: ArrayField = None ``` https://github.com/Brobin/django-seed/blob/077398a2c2a533b07517b121b34713a2e43bcc63/django_seed/guessers.py#L129 ``` python if ArrayField is not None and isinstance(field, ArrayField): ``` And the...
Allow OpenComputers to perform (dis)assembling and control the ship.
I have my implementation here: https://github.com/Vftdan/vim-translator/tree/cache-results
It would be nice to be able to configure such tlds, e. g. add `*.i2p` to the list of disabled sites. (It currently fails with `This host could not be...
If your keyboard layout does not use `AltGr`, you can make your calculator key send `ISO_Level3_Shift`, and use it as `mod5` in `sxhkdrc` (if it doesn't work, check `xmodmap -pm`)
I started working on this feature here: https://github.com/Vftdan/webNBT/tree/snbt-copy-paste It now only copies, but copied data can be probably understood by `/give` command, if I have managed to generate valid SNBT
> Media tab I would prefer if it was in a grid, like in Fedilab and {T,H}usky
An ability to view media of any post collection (timeline, antenna, bookmarks etc) could be useful, if it is feasible
Try executing `xdotool key XF86LogGrabInfo` Then `less /var/log/Xorg.$DISPLAY.log` Then type `G?detail 107?Printing` There should be the process that handles `Print` key
To avoid triggering maps in unwanted places I create a ``-noremap for the sequence, I used this approach in my fork that implements the same functionality: https://github.com/Vftdan/vim-surround/commit/f0183c333abd5eb7d9aa41640c8b4c63eaa6fd83 . > The...