akjoshi

Results 11 comments of akjoshi

This would be a nice feature to have - drag and drop the picture from picturama to external app and browser. Also, provide the configuration options: a) checkbox to remove...

@til-schneider I like your suggestion. Since 'export' feature already exists, the drag and drop could be built on the export dialog. Good thing about this option is that users can...

> The only thing that's missing is that Picturama detects if someone else does changes on the photos or the `picturama.yml` files. But I have this on the list. Instead...

FYI - I checked with Libraw team in github https://github.com/LibRaw/LibRaw/issues/161#issuecomment-762580782 and the team has confirmed that it's build-able in windows using both Microsoft compiler and gcc (mingw32).

I submitted a pull request in node-libraw repo to support windows compilation. https://github.com/m0g/node-libraw/pull/8#issue-568884590

> > > Sorry i didnt clarify that. I use windows 10. Same issue. Windows 10.

thnx for this awesome photo organizer. Suggestion based on why I used this: 1. Photo Organizer meets privacy 2. Photo Organizer for your privacy 3. Privacy First Photo Organizer

This would be a great addition. Also, support custom keybinding via UI or configuration file.

right after the build process, and while the model is being downloaded, do these two steps: 1. copy all files from .\llama\build\bin\Release\ to .\llama\build\Release\ 2. copy .\llama\build\Release\llama.exe to **.\llama\build\Release\main.exe** The...

How about using regex to get the first occurrence: linenumber = (e.split( /(\d+):/),1);