Kyle Dodson
Kyle Dodson
The new Microsoft.Orleans.Serialization NuGet package pulls in the Microsoft.DotNet.PlatformAbstractions NuGet package when targeting .NET 6. However, it looks to be unused. The only reference I can find is on [line...
Orleans 2.3.0 introduced a persistent state facet. With the new system, grain classes do _not_ need to extend `Grain` to use a built-in storage provider (they still need to extend...
### zot version v2.0.0 ### Describe the bug The `/metrics` endpoint requires authentication thanks to #1895. However, when Bearer authentication is configured, no other authentication methods are supported simultaneously: ```go...
### Describe the bug Vite uses dotenv (and a plugin or two) to load values from files with the following conventions: ``` .env # loaded in all cases .env.local #...
This provides an interesting API. Do you have plans to support custom schedulers? We use Orleans and often want to shift long-running operations off the grain's scheduler but, "at the...
### Describe the feature request The [migration guide](https://github.com/Unleash/unleash-edge/blob/847d1124d006724783511f1dce28808434ec650a/migration-guide.md) notes that "context enrichers" are not yet supported in Unleash Edge. I would love to explore the possibility and/or find a suitable...
This rotation guide is for SaladCloud (https://salad.com/). SaladCloud is a community/distributed cloud provider. I am wrapping up testing of a new TruffleHog detector and will open a PR for it...
### Description: This adds a new rule to detect SaladCloud API keys. ### Checklist: * [x] Does your PR pass tests? _Yes!_ * [x] Have you written new tests for...
### Is your feature request related to a problem? Please describe. We are using the built-in rate limiter to help mitigate the obvious concerns. We recently started using the sync...