W. Turner Abney

Results 9 issues of W. Turner Abney

### Description Add documentation for all methods of the `MutationRecord` interface which do not exist at present. Documented with examples - addedNodes() - attributeName() - nextSibling() - oldValue() - previousSibling()...

Content:WebAPI

Changes generated in x/text for Unicode 15.1.0; this is complementary to CL 556397 and CL 565155. Updates golang/go#65141

This upgrades x/text from Unicode 15.0.0 to Unicode 15.1.0 via go generate. The only other changes are extremely minor changes to internal/export/idna TestConformance to account for changes on the Unicode...

Using the package [`embed`](https://pkg.go.dev/embed) to embed "dht-indexer-rust.so" into the binary would prevent having to package the library with the binary as a separate file—this would add minimal complexity to cove...

stalled

**Is your feature request related to a problem? Please describe.** The current example in [`examples/dictionary_compression.c`](https://github.com/facebook/zstd/blob/dev/examples/dictionary_compression.c) assumes that the user has already created the dictionary via the CLI. I checked this...

feature request

Adds splitting to C API.

This pull request adds basic email token normalization. Basically, it just adds a tiny string normalization function `normalizeEmailToken` to the email token verification pipeline I am suggesting this change because...

``` package main import ( "fmt" "tinygo.org/x/go-llvm" ) func main() { ctx := llvm.NewContext() ptrType := llvm.PointerType(ctx.Int64Type(), 0) fmt.Println(ptrType.IsNil()) // "false" fmt.Println(ptrType) // but this panics } ``` This panics...

Getting "Installer quit unexpectedly." when running any of the macOS .pkgs (arm64 and x86), even on previous versions. From the terminal: ```console $ installer -pkg akvirtualcamera-mac-9.1.3-arm64.pkg -target ./test assertion failed...

Critical: Bug
Platform: Mac