ayman
ayman
I believe [these lines](https://github.com/ayman/textr/blob/master/Textr.lrplugin/OcrText.lua#L226-L228) can be updated with this call `photo:addKeyword( keyword )` on the selected photo can do it. You'll need a `LrKeyword` object which you'll have to create...
Need to make sure videos are included.
Added missing bits...still need to verify videos.
Just an FYI: After trying everything here exhaustively (on a new RPi) I gave up and went with OpenCV 4 Beta’s yolo implementation which works like a charm in Py3....
I have yet to test a RPi but on MacOS (`networksetup` driver), the following works: ``` from wireless import Wireless w = Wireless() w.connect("OPENNETWORK", "") ``` I'll see if there's...
Actually #22 seems to do this about right.
I could oversee a few pull requests if you granted me access.
So...I got this going on v0.1. Just replace `chatgpt-shell--async-shell-command` with `chatgpt-shell--async-http-post`. ```elisp (require 'url) (defun chatgpt-shell--receive-http-post (status) "Async callback to process from HTTP Post request with an unused STATUS." (chatgpt-shell--write-output-to-log-buffer...
Thanks for this update (and for xref #18 here). I'll also add moving off curl in my little experiment wasn't really more performant (API calls are already slowish as is)....
Hi folk. Same as @rizwank, I previously had imported from tripit years ago. Total flow is: Log into Tripit on my browser. I log into Openflights. I click import which...