Dossy Shiobara
Dossy Shiobara
I don't do much with Windows/WSL, so I haven't seen this particular error, but CUPS IPP error 1280 is a CUPS internal server error, so you'll want to look in...
On OSX, there can be several copies of git beyond the one you install with Homebrew, so be careful: ``` $ PATH=/usr/bin git --version git version 2.10.1 (Apple Git-78) $...
Unfortunate response: https://github.com/go-sql-driver/mysql/issues/351 > The delimiter is not a feature of the SQL query language that the server understands. It is a feature of the mysql commandline client and can...
> So is the connectionLimit param specific to mysqljs? Yes, as far as I can tell. I suppose having a list of all the actual valid MySQL session variables, and...
Actually, on second thought, `dbmate` probably shouldn't do this; suppose you actually DO want to pass a parameter down to `go-sql-driver/mysql` which [implements its own set of parameters](https://github.com/go-sql-driver/mysql#parameters) to configure...
@jhuckaby Since this issue has been open over a year now, would it be reasonable to ask for a graceful shutdown option that lets all jobs complete, and any continuous/chain...
It would be great to have complementary `Increment` and `Decrement` methods that refresh the expiration. Unfortunately, it's not safe to do a `Replace(Get(), ...)` as that would be a race...
Related: PR #20.
It would be nice if after `mac-capture` detects that the window being captured has disappeared because the application has terminated, it can signal to OBS to hide the input source,...
FWIW, I tried to see if this kind of dirty hackery would do anything useful: ``` $ stripe get --live ../logs/req_ ``` Unfortunately, it gets this error response (no surprise,...