Oleksandr
Oleksandr
By the way, non-breakable whitespaces (` `) are removed from output too.
For iTerm, it's possible to go to `System Preferences` > `Security & Privacy` > `Photos`, and grant access to iTerm:
I've just discovered your project recently and the tool was the first thing I tried to access the Photos lib programmatically. There were "permission denied" issues for any operation, not...
Yes, I'm using 12.6.5, Python 3.11.3. Just run a 23k export as the following: ```shell until osxphotos export /path/to/media/ \ --exportdb /path/to/export.db \ --report /path/to/export.csv \ --post-function post.py::post_function \ --export-by-date...
Got it, thank you! I will try to share my thoughts and results of zero-dimention investigations tomorrow due to the same issue with limited time 😀
@RhetTbull, I have reviewed the branch and if I correctly understand, the core idea of changes are the following: 1. A thread pool is used to process each photo separately....
I have found that putting `Preferences ().sublime-settings` into `Packages/Default` works really fine, but `Packages/Default` is not synced, because plugin syncs `Packages/User` dir only. It's confusing, that Sublime already stores different...
Confirm. I've got same thing with Sphinx 2.1.9.
Hi @RhetTbull! Thank you for letting me know, and please excuse a long response, got some busy times. I'll try to take a look, but cannot give any estimates, unfortunately.
I think, I've implemented something like n1ywb suggests: https://github.com/oblalex/txWS/blob/f495c1ce4906db80c2b18f77e942a37d28ad40a9/echo.py caveats: 1. Unfortunately, WebSocketProtocol and WebSocketFactory were changed a bit: they are not wrapping now. I cannot suppose now how to...