David E. Wheeler

Results 143 issues of David E. Wheeler

The Slack plugin works fine when I specify a channel, but I get a 404 when I specify my slack username via the `recipient` setting. Is this a known issue?...

I discovered that `service_name` is a valid DSN parameter in the Changes, and used it to address libwww-perl/URI-db#22. It would be nice if there was a section of the docs...

It's triggered by a semver tag. I don't see any tags on this repo, but do notice that the [version on PGXN](https://pgxn.org/dist/apacheage/) appears to be a couple versions back. Use...

master
override-stale

As originally reported in /theory/sqitch#331. Note that the OP, @NorthLarry, found that passing a path with a space to `psql` failed, but not when passing it to `notepad`. Both work...

windows
Closable?

One of the main things I use Markdown for is writing documentation. And one thing I do over and over again is document parameters to functions and methods. Definition lists...

Would be cool to support URLS in the `--cpanfile` option, e.g. ``` cpm install --cpanfile https://fastapi.metacpan.org/source/MIYAGAWA/Plack-1.0048/cpanfile ``` Would be especially useful for CI/CD pipelines.

I would expect that `--with-test` would cause cpm to install `test/requires` modules even with `--no-test` specified, but alas it does not. Seems like `--no-test` doesn't just mean "don't run tests"...

If you'd like to release it as unstable or testing, add `"release_status": "unstable"` or `"release_status": "testing"` as appropriate. Simplest way to package it up would be: ``` git archive --format...

Using [this function](http://stackoverflow.com/a/17210335/79202) to convert a binary string to hex, I wrote this code to compare the output of `toHexString()`, `toString()`, and `toBinaryString()`: ``` var bits = new BitArray(256); [...

To support automated installers like the pgxn client, add a Makefile that uses PGXS to install the extension. Something like [this](https://github.com/theory/kv-pair/blob/main/Makefile) has bits to automate various things, but even just...