Travis Illig

Results 59 issues of Travis Illig

# Bug Report List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.0.2`): * OpenTelemetry 1.2.0-rc2 * OpenTelemetry.Exporter.Prometheus 1.2.0-rc2 Runtime version (e.g. `net461`, `net48`, `netcoreapp3.1`,...

bug
area:exporter:prometheus

# Feature Request Allow the OpenTelemetry environment variables/settings to also be provided by `IConfiguration` instead of directly from the environment. **Is your feature request related to a problem?** The OpenTelemetry...

enhancement
area:exporter

# Feature Request For a while now (since ~3.0) ASP.NET Core has been pretty flexible about how it allows you to define routes/patterns, much of which boils down internally to...

enhancement
area:instrumentation

# Feature Request There is support in the `OpenTelemetry.Exporter.OpenTelemetryProtocol.Logs` library for taking log messages and exporting them as part of a trace span to an OpenTelemetry endpoint. It does not...

enhancement

# Bug Report List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.0.2`): - OpenTelemetry.Exporter.Console: 1.3.0-beta.1 - OpenTelemetry.Exporter.Jaeger: 1.3.0-beta.1 - OpenTelemetry.Exporter.OpenTelemetryProtocol: 1.3.0-beta.1 - OpenTelemetry.Exporter.Prometheus: 1.3.0-beta.1...

bug

I'm not sure if this is a duplicate or aggregate of Issue #54, Issue #15, Issue #69, and/or Issue #39, but it's possible. I have several ASP.NET MVC4 and WCF...

bug

## Expected Behavior Most of the icons render in a single character width; I expect the XML icon to also render in one character. ## Current Behavior On both Windows...

## Expected Behavior When using `Show-TerminalIconsTheme` on a Windows machine, the terminal lists some example filenames and icons. I expect it to look like this on Mac using PowerShell Core...

bug

**Which version of Duende IdentityServer are you using?** 6.0.4 **Which version of .NET are you using?** .NET 6 **Describe the bug** Something I noticed while trying to use the EntityFramework...

bug report

I've got the ws2812svr starting at Raspberry Pi / Raspbian startup via an /etc/init.d script like this: ```bash #! /bin/sh # /etc/init.d/ws2812svr ### BEGIN INIT INFO # Provides: ws2812svr #...