kindler chase
kindler chase
We have a few attributes we use in dev, but are not needed in prod. Any chance a new setting could be created, allowing an array of attributes to be...
When using multiple appsettings.json files, the "WriteTo" section appears to a full replacement by the overriding appsetting json file. ``` .Net Core 3.1 Serilog.AspNetCore Version="3.4.0" Serilog.Enrichers.Environment Version="2.1.3" Serilog.Enrichers.Process Version="2.0.1" Serilog.Enrichers.Thread...
The current email sink is using `MailKit 2.6.` The newer `MailKit 3.0` version has some upgrades, including server responses when an email is sent. We had to downgrade our MailKit...
In the guide for **Deploying a Ruby app on AWS production server**: https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/deploying_your_app/oss/aws/ruby/nginx/ Section 3.3 Edit Nginx configuration file: https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/deploying_your_app/oss/aws/ruby/nginx/#rails_edit-nginx-configuration-file The docs state to use nano to open `/etc/nginx/sites-enabled/myapp.conf` and...
### Expected Behaviour When logging an `Enum`, the value of the enum should be logged. ### Current Behaviour Of note: this only occurs with the .net8 runtime; not the .net6...
## Problem Statement Claude Code CLI currently requires WSL2 or native Linux environments, creating significant performance barriers for Windows-based enterprise development workflows, particularly in VDI (Virtual Desktop Infrastructure) environments. ###...
### Use case In the official docs, the [Extra Keys](https://docs.aws.amazon.com/powertools/dotnet/core/logging/#extra-keys) example shows the `AppendKeys` method - looks to be a mistake in the docs. We've discussed this in a discussion...
**Bug Description** Custom slash commands are intermittently not loading; mostly not loading while using the Claude Code PowerShell version. For example, all of my custom commands in my home directory...