Scott Owens
Scott Owens
In the sibling [xmlquery](https://github.com/antchfx/xmlquery) package, the Node struct has public methods; `SelectElement(name string) *Node` and `SelectElements(name string []*Node` jsonquery by comparison only has SelectElement. Given both packages export the global...
As a bit of a test as one of my projects uses [spf13/afero](https://github.com/spf13/afero) for all other disk operations I implemented the go-billy interface as a wrapper for afero for use...
wanting to add support for the `Calculate` function from the feature2d interface ## Description I am migrating an application built by our teams data scientist from python to Go to...
existing static directories string is now tokenized and caches in a slice and serving static files iterates over this slice to find the directory. If it is unable to find...
### Is your feature request related to a problem? Please describe. The V1 AWS SDK has officially entered maintenance mode (31st July 2024). In addition, the vendor specific constructors for...
Resolved #3458 A somewhat quick and dirty conversion to using the AWS V2 SDK rather than the deprecated V1. Due to the delays in my finding time to work on...