Milovan Zogovic

Results 20 comments of Milovan Zogovic

I've added these two on my todo list. Please note that options for attachinary js plugin are updated (obsolete ones are removed).

If I understood you well, you want to store metadata in database, so that you can read from it when applying later transformations, right? I'm afraid that something like that...

Parallel uploads made it impossible to limit the maximum number of files, and to check their types. It also made it very difficult to track the progress and handle all...

or third option: refactor my app no to schedule tasks in intervals smaller than `poll_sleep_amount` (5 seconds)

In `psql` we can also do `\g | pbcopy` which would basically copy the results from last query to clipboard. I really miss this in pgcli.

My use case for it would be automatically making the session as readonly when connecting to a production database. E.g. `SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY;`

Hey, good example in that gist. Naming is a bit confusing: having "store" (`StatStore`) to inherit from "repo" (`BaseRepo`) to be used by "repo" (`StatRepo`), but the overall idea is...

saw the screencast and I just love the simplicity of it. can't test it since i'm on mountain lion. would love to use it since other time tracking software is...

I have the same issue. It was caused by SSL cert validation failure (issue with ZScaler). Error message should be definitely improved.