Vardo Ternos
Vardo Ternos
> Another major complaint is about automatic creation of database schema. Since Quartz.NET use sql script instead of code-first ORM (such as Entity Framework), the initialization setup experience is not...
## Issue Description ## Code refactor is provided for non-nullable reference types in method arguments, containing suggestions to add null checks:  They are not provided for nullable reference types:...
C# basics page does not reflect that scene's methods `_Ready` and `_Process` have single threaded synchronization context and should wait for async methods completition only if those have `ConfigureAwait(false)`. ~Without...
### Q&A (please complete the following information) - OS: x64 Windows 10 Pro 21H2 19044.2486 - Browser: Chrome 109.0.5414.75 - Version: `"swagger-ui-dist": "4.15.5"` in [this file](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.SwaggerUI/package.json). - Method of installation:...
## Problem I want to integrate FusionCache with [Sentry caching insights](https://docs.sentry.io/product/insights/backend/caches/). Here are the docs for [manual instrumentation](https://docs.sentry.io/platforms/dotnet/tracing/instrumentation/custom-instrumentation/caches-module/). Currently I'm using OpenTelemetry instrumentation of FusionCache, which [then exported to Sentry...
## Problem Factory timeouts get in my way while I'm debugging cache entry factories, that have CancellationToken usage. If I debug for too long, CancellationToken gets fired. Even without using...
[BUG] Claude fails to read settings.json and .mcp.json files because of UTF-8 BOM in the beginning
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...
# Summary Key mods like Ctrl, Alt, Shift are not sent to ImGUI during `imguiController.Update((float)delta);` # Steps to reproduce Reproducible here: https://github.com/dotnet/Silk.NET/tree/main/examples/CSharp/OpenGL%20Demos Windows 11, using `WindowOptions.Default` 1. Add `ImGui.ShowDemoWindow();` before...
# Summary ImGuiController behaves incorrectly when put in Render loop of Window, when frame is not drawn due to FPS limit. Currently noticed issue - Mouse wheel inputs missing. #...
Package `fusuma` was not found in debian 13 default repositories: ``` http://deb.debian.org/debian/trixie - non-free non-free-firmware main contrib ``` I'm new linux user, so I don't know if I should add...