Weston Schmidt

Results 32 issues of Weston Schmidt

Hello, this is similar to #278 but in my case I have project documentation that includes automatically generated examples that we want copied verbatim and they include the copyright information...

I see the [shurcooL/githubv4](https://github.com/shurcooL/githubv4/) project is being updated (at one point in time it looked like this project was not). Do you have any interested in directly supporting go native...

## Fix license errors and enable checking all the time. Verify each license and add them to the accepted list. ## Enable license checking in the action In `.github.workflows/ci.yml` remove...

## Fix code style Using Go 1.20 or 1.21, run: ```bash find . -name '*.go' -exec gofmt -s -w {} \; ``` This should update the formatting so it is...

## Copyright header update Replace the full apache header at the top of each file with this: ```golang // SPDX-FileCopyrightText: {{DATE}} Comcast Cable Communications Management, LLC // SPDX-License-Identifier: Apache-2.0 ```...

Caduceus is in need of adoption of uber-fx like the other services. When this happens we can eliminate several pretty large functions as well. TODO: attach links to the function...

The `Dockerfile` was updated during the Github Actions roll out to make it consistent across the org. It now needs to be updated to the needs of this application and...

To reduce the clutter, we are going to remove all the pre-releases in the 0.1.1 series except the formal 0.1.1 release on or after June 22, 2018. Please comment here...

In the WRP message metadata is available for matching. We need to add the support back in to Caduceus to enable filtering on all the `tags` and other `metadata`.

enhancement

Add two new functions ToCamelWithAcronyms() and ToLowerCamelWithAcronyms() that take a map[string]string of acronyms to use in place of the globally referenced value. This allows for more complex use cases where...