Dāvis

Results 183 comments of Dāvis

I'm using this and it works fine ``` [Service] UMask=0077 CapabilityBoundingSet= LockPersonality=true NoNewPrivileges=true PrivateDevices=true PrivateMounts=true PrivateTmp=true PrivateUsers=true ProcSubset=pid ProtectClock=true ProtectControlGroups=true ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true ProtectProc=invisible ProtectSystem=strict ReadWritePaths=/var/lib/jackett RemoveIPC=true RestrictAddressFamilies=AF_INET...

+1 not everyone have rvm

oops, sorry I somehow missed/forgot about this PR. Anyway my implementation is such because there I couldn't think of any other way how to make this possible. Only way to...

It's `Builder::XmlBase` class which makes all XML markup, it's not related to anything else. I guess could create subclass which would allow some different options so this still would be...

You should update the link text aswell.

Getting same warning, there are streaming servers that doesn't support `HEAD` so this PR would be useful to avoid that warning.

No idea, I can't reproduce, it works for me. ``` ruby Chronic.parse("today 23:30") => 2014-10-27 23:30:00 +0200 Chronic.parse("today 23:45") => 2014-10-27 23:45:00 +0200 Chronic.parse("today 23:59") => 2014-10-27 23:59:00 +0200 ```

Not a coincidence, but bug in Chronic regarding DST. Same issue as #147, #177, #179, #222, #228 I just tested it with 26th and indeed I get nil, because here...

I don't think it's related with image at all but just with `./out/` folder not existing (no crash after creating). Also had similar crash when it tried to extract from...

I'm also interested in using PostgreSQL with UVdesk. If it's just documentation issue I might be able to figure it out on my own but it might be that code...