Carlin Scott

Results 45 issues of Carlin Scott

**Please describe your use case / problem.** I would like to use a built-in envoy http filter, but I see no way of enabling or configuring it with emissary-ingress. **Describe...

t:feature

**Is your feature request related to a problem? Please describe.** I'd like to have information about the deployment environment collected and sent along with the traces. I was expecting this...

Needs: Attention :wave:

**Describe the solution you'd like** I'd like an example of how to store a kubernetes.io/basic-auth secret in AKV and sync it to k8s. **Anything else you would like to add:**...

enhancement

### Describe the bug The [NoSQL Container resource](https://github.com/Azure/ResourceModules/tree/main/modules/document-db/database-account/sql-database/container) requires properties.resources.partitionKey but it isn't marked as required. The API rejects a container with a partition key with this error: > A...

bug

Please add support for [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management). Right now the tool throws this exception when using CPM: > Unhandled exception. System.ArgumentException: Value cannot be null or an empty string. (Parameter...

Each time the container starts, all nuget packages need to be restored. The package and http caches should be persisted in volume mounts. ```json "mounts": [ "source=NuGetLocal,target=/home/vscode/.local,type=volume", "source=NuGet,target=/home/vscode/.nuget,type=volume" ], "postCreateCommand":...

* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using: * Microsoft.Extensions.Logging.ApplicationInsights 2.22.0 * Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the...

bug

When I generate step definitions, visual studio immediately tells me about "Inconsistent Line Endings" in the newly created step definitions. After accepting the normalization to Windows line-endings I open the...

Bug
Difficulty: hard
Severity: medium

Slows down face detection to 1 minute interval after face not detected for 5 iterations. Turns off detection completely after an additional 5 iterations without a face detected.

enhancement

I'd like to include scss files from a particular library (Bootstrap) without having to reference the relative path to the files. If we were able to set the IncludePaths CompilationOption,...