Dossy Shiobara
Dossy Shiobara
I'm using [`mysqljs/mysql`](https://github.com/mysqljs/mysql) for my MySQL database client library, and when using the `DATABASE_URL` connection string, setting additional configuration options are implemented as query parameters on the URL. For example,...
Adds `UpdateExpiration` method to change the expiration on an existing cache entry. re: Issue #65.
It would be really useful if, perhaps with an optional flag, `jobber test` would invoke the corresponding `notifyOn{Success|Error|Failure}` depending on the execution of the test. Basically, a `jobber runonce`.
It would be super-useful if one could specify a shell script (exactly like `cmd` for a job definition) for a `ProgramResultSink`.
When trying to create new jobs for jobber, defining `notifyOn{Success|Error|Failure}` sinks of `type: program` is hard to troubleshoot since there's no (obvious?) way to see the stdout/stderr of the result...
I'm trying to use `wp-cli/restful` with aliases where I can specify the domain using `http: domain` in my `~/.wp-cli/config.yml` and it doesn't appear to work, like `wp-cli` is ignoring the...
### Problem Currently, in the Dashboard, you can view an event and if its source isn't `Automatic`, such as `API`, it links to a page with a URL like `/logs/req_`....
**Description** After sending `docker compose logs -f` a `Ctrl-Z` to try and suspend the process, the process is no longer cancelable using `Ctrl-C`, and can only be terminated by sending...
My output looks like this: ``` sentry { key => "..." secret => "..." project_id => "..." user => "ip_address:%{clientip}" message => "errorcode" level => "[@metadata][sentry][level]" } ``` Unfortunately, it...
As a consequence of #491, it would be helpful to add a section to the README that describes and explains how dbmate uses environment variables. * Which settings are derived...