David E. Wheeler

Results 143 issues of David E. Wheeler

Followup to [this discussion](https://talk.commonmark.org/t/shortcut-link-questions/3582/4) as well as yuin/goldmark#143. The idea is to give higher precedence to shortcut link references when they actually resolve to a link defined in the document,...

[Search](https://metacpan.org/search?q=Devel-PPPort). results include link to https://metacpan.org/release/Devel-PPPort. But that page 404s.

The contents of the [XML::RegExp module API](https://fastapi.metacpan.org/v1/module/XML::RegExp) contains: "download_url" : "https://cpan.metacpan.org/authors/id/E/EN/ENNO/libxml-enno-1.02.tar.gz", "author" : "ENNO", "maturity" : "released", "sloc" : 25, "id" : "k9yJlRll1ivaM6LiuI5PAcgicFc", "distribution" : "libxml-enno", "directory" : false, However,...

Output from [/v1/module/ExtUtils::Depends](https://fastapi.metacpan.org/v1/module/ExtUtils::Depends): "release" : "Gtk-Perl-0.7010", That is not correct. It should be in the ExtUtils-ModuleMaker distribution.

The new `getAdditionalProperties()` function, derived from behavior that was in `createPropertiesDetails()`, is now called at the top level to consistently show additional properties for the top-level schema as well as...

Convert the patterns to actual RegExp objects and then render them as such. This is especially useful for the perfectly valid empty pattern, which otherwise would not appear. Add a...

I have a JSON schema named `things.schema.json` that looks like this: ``` json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "things.schema.json", "title": "Things", "description": "A list of things.", "type": "array", "uniqueItems": true, "minItems":...

Source: ``` go import ( "fmt" "net" "testing" "github.com/hashicorp/vault/http" "github.com/hashicorp/vault/vault" ) func TestVaultStuff(t *testing.T) { ln, addr, token := createTestVault(t) defer ln.Close() fmt.Println(addr) fmt.Println(token) } func createTestVault(t *testing.T) (net.Listener, string,...

Should there be a Destory method on the Go manager? Something like: ``` go // Destroy will destroy the key with given keyID. // Returns an error if the key...

Slashes have always been allowed in change names, so that people can organize their changes in directories. On all platofmrs, including Windows, Sqitch depends on slashes to determine directory hierarchies....