Kevin Gentile

Results 9 comments of Kevin Gentile

Related, the existing “guestlist” example defines a saga with the number of guests accepted. However, the `acceptedGuests` map would be lost across runs. This was misleading to me as a...

@cartermp Thank you for your time. A `v0.14.2` would be sufficient. The framework change from `netcoreapp3.1` in `v0.14` to `net5.0` in `v0.15` was a breaking change. Consumers with similar limitations...

Can confirm this issue in v7.0.0 ( In v7.1.0 I was mostly impacted by #1769 ): * Windows 10 * .NET SDK 6.0.303 Rollback to 6.0.6 seems to resolve issues....

I am seeing a similar behavior since upgrading to 7.1.0

The [routing group maintaining attachments](https://github.com/kevingentile/gogs/blob/master/internal/cmd/web.go#L314) allows read access. However, the route does not add any additional restrictions for private repositories.

A migration for sure. But users will need an interface to associate existing attachments with a repository.

@forki any chance your team might consider contributing to [github/gitignore](https://github.com/github/gitignore) to give us some quick insight as these entries change? I'm seeing only an entry for [VisualStudio](https://github.com/github/gitignore/blob/218a941be92679ce67d0484547e3e142b2f5f6f0/VisualStudio.gitignore#L304) but perhaps this...

The proposed changes in https://github.com/open-telemetry/opentelemetry-go/pull/6362 now include dynamic header support for logs, metrics, and trace. I recognize that the community may desire a more elegant solution, but the proposed changes...

Could you provide some additional information here on why --parallel is unsafe pending these documentation changes?