Luke Hamburg

Results 499 comments of Luke Hamburg

Also, I don't care about running in Docker to be honest, I am basically just asking how to run from the `master` branch, even if that's just cloning the repo...

Ok, I answered my own question 👍 I decided not to use Docker - for me it's overkill. I cloned the repo, installed go, built the binary and created a...

Ok thanks @onvrb For anyone else who is not a docker expert, I figured out how to do this, maybe this helps somebody... This is just an example, change `$LD`...

Anyone figure out a way? can we use nginx in front and proxy to backend?

Good stuff - I got it working!

Thanks for looking. No I did not set that metadata myself, it's what comes out of the box with that particular app. I note that at least for Spotlight searches,...

> I think the best approach is to continue to use an array of strings when setting keywords as the documentation states but to treat any value which is a...

Tested and working well! This is great 🚀

Last comment: https://github.com/RhetTbull/osxmetadata/blob/719be3bfad71386fe64079817de7ae1aa37aeda9/osxmetadata/mditem.py#L155 It might be nice to automatically trim the strings returned from this method, so we don't end up with keywords like `"__Photos"` (_ are spaces) This could...