Kevin Gentile

Results 7 issues of Kevin Gentile

fix typo **Description:** **BREAKING CHANGE:** **Related issue (if exists):**

Currently not in a position to upgrade to netcoreapp 5.0 and require this fix for v14 This branch was based off tag v0.14.1

* various async applications around core processing logic * made [source-maps](https://webpack.js.org/configuration/devtool/) available in browser source files

## Description This PR implements a middleware handler for the [Gin](https://github.com/gin-gonic/gin) framework. This adds a dependency on Gin and follows the existing framework provided by the authors. Documentation is not...

wontfix

I have an existing event store and lease documents; and I'm looking to migrate them to a new CosmosDB. What I'm seeing in my research is the existing `id` field...

https://github.com/open-telemetry/opentelemetry-go/issues/4536 Ref: https://github.com/open-telemetry/opentelemetry-go/issues/4536#issuecomment-2065483291

This is an attempt to resolve #1893. This logic mirrors the existing `OnFinalize` pattern but passes along a reference to `*Command` and `error`. Usage: ``` cobra.OnFinalizeCmd(func(cmd *cobra.Command, err error) {...