Paul Spitzner
Paul Spitzner
I got it to work by installing py27 as described [here on stackoverflow](https://stackoverflow.com/a/67569068) (Im on m1 and using conda, other ways to get py27 working should be fine, too). Then,...
> @pSpitzner could you resolve the conflicts so I can review your PR? Hi @xilopaint, I wanted to resolve the conflicts just now and saw that you removed the `should_trash`...
Okay, I think that should do the trick. Took me a while to realize that you are using an alfred action for deleting now.
I dont see an elegant way to do this on the python level. With the old version, where moving to trash happened in code, this was more transparent. The constraints...
I gave it a shot today: - removed `--mrg-trsh` all together - set a variable depeneding on cmd-down - depending on that, sets the output file name - makes sure...
Probably related to this issue, I noticed that with the default setting `"vintageous_reset_mode_when_switching_tabs": true`, insert mode is deactivated after selecting a suggestion from the quickpanel. I had a look at...
started a new `plot.py` module, keeping the old one around for now dc6563504f0ac3f1735e7ac24e5373d008f05bc9
Sorry for the long delay, I missed the github notifications. I have fetched the upstream and followed the style of the ikea workaround [#4846](https://github.com/dresden-elektronik/deconz-rest-plugin/pull/4846). This seems much cleaner and easier...
I do have one wireguard setup (mullvad) and it shows up in system preferences and in scutil as ```VPN:com.wireguard.macos```. Having said so, it does not show up in the menu...
Ran into the same issue with [nbstripout](https://github.com/kynan/nbstripout), confirmed working in cli and other gui clients. content of .gitattributes: ``` *.ipynb filter=nbstripout *.ipynb diff=ipynb ```