Alejandro H
Alejandro H
**Describe the bug** We are running Spring Cloud Config with the Git backend and we've identified that when we call `/actuator/health` it's first making a call to the git repo...
We were trying out Application Insights at work and we are not getting any telemetry in the Azure portal other than Page Views. We are pretty sure it is related...
I'm using the library to validate if a file is correctly formatted or not. Here is the simplified code: ```cs public static bool Validate(string filename) { try { var content...
I'm trying to make dotnet-svcutil.xmlserializer work, but it's failing with: *Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'* This is a slimmed down version of the csproj: ```xml...
Currently when changing views (century, decade, year, etc) the focus goes to the body. This PR ensures the focus stays within the view container when switching between views. Before: https://github.com/wojtekmaj/react-calendar/assets/697377/1bfd6935-b585-40b7-a95e-7f956633ebb8...