Vishal Doshi

Results 5 comments of Vishal Doshi

Another option that would be really useful - and help in Alfred workflows etc `ocr --clipboard` Use image or path to image from clipboard. Suggested: ``` ❯ ocr --help USAGE:...

> There is no need to expose port for db. The port configuration can be removed. docker-compose will handle the traffic. The reason to expose ports (on localhost) is for...

> I mean the container for mongo db, like the code snippet I provided. It is ok to only expose mongo-express. Yes, meaning it is not necessary, but relatively safe...

Minor suggestion: Please add .dockeringore ``` mongodb/ ``` No need to send the whole mongodb to docker engine to build container.

Why would you need this? I mean you can do: `(cat somefile; echo "describe this") | llm` or `(echo "describe this" ; cat somefile) | llm` or `(echo "describe this\n\n"'```'...