Paul Eipper

Results 92 comments of Paul Eipper

Does it make sense tho? I mean, if the ptr is NULL, `free` is a NOOP, so technically the analyzer is being over-zealous about standards.

WTH... Sorry, I just have to comment on this, but I've never seen anyone program with a variable width font.

Done, PR updated!

Quick instructions on how to use: 1. install docker 1. `cd misc/contrib/docker` 1. `make test` -> build and run a dev version 1. `docker ps` -> service will be running...

I would like to set an output order preference, so that BGM changes output when it becomes available, for example when plugging in the headphones.

Ok, so I waited 20+ hours for a fix here and finally gave up on waiting and did it myself. Please merge #25 so I can close this long standing...

I am having the same problem. Docker executable is in an extra path defined for the Agent as `PATH+LOCALBIN` with value `/usr/local/bin`, and the first invocation works, while second fails....

I had to actually edit the [docker-commons-plugin](https://github.com/jenkinsci/docker-commons-plugin.git) to return `/usr/local/bin/docker` as the executable, since it seems the process runner used here is not resolving the path from the environment, even...

You need to add the keychain entitlement to this project Here is the crash: 0x103b74000 - 0x103c1dfff +com.psequel.PSequel (1 - 1.5.3) /Users/USER/*/PSequel.app/Contents/MacOS/PSequel 0x103c60000 - 0x103c66ff7 +com.samsoffes.SSKeychain (1.4.0 - 1) /Users/USER/*/PSequel.app/Contents/Frameworks/SSKeychain.framework/Versions/A/SSKeychain...

Related: How would I get the user access_hash for a UserForeign request if I have just the user_id and no message? (say I want to start a chat with a...