Gary Smith
Gary Smith
9090 gives me bad gateway. 9110 saves/tests just fine. When I go to one of the widgets and then do query inspector, query then refresh query I get results. On...
Makes sense. Is there a particular version of grafana I should be running?
> İ hope thşs doesn't remove .net 4.6 2 support. > > Win7 forever.... We have a lot of legacy apps using .Net 4.6.2. We are migrating libs over to...
It seems this is the default in the current version and I need to go just the opposite direction. My desktop implementations are all defaulting to hide. I don't have...
I have been running 2.9.87 for some time under VS 2022 without issue. Then about 3 weeks ago I created a new project that contained about 3,000 files. This was...
This codebase hasn't been updated in a while and feels pretty abandoned. I'm using this in .Net Framework 4.6 and I'm starting to migrate a lot of stuff to Net...
> Is someone finally going to answer this question? Why is there one thing in the documentation, but another in reality? Have Microsoft developers forgotten a whole stack of technologies?...
I have a short workaround, which worked at first, then failed, but then worked again, is checking a variable on entry and then immediately setting it. I originally did this...
[https://github.com/GaryWayneSmith/BlazoriseModalServiceTest](https://github.com/GaryWayneSmith/BlazoriseModalServiceTest) I created a .Net 8 Razor application and included 3 files, the main page, a class for passing some data, and the modal dialog page I want to render....
@stsrki, You hit the nail on the head. My problem OnParametersSetAsync isn't being called multiple times, it's SetParametersAsync being called multiple times. Checking the documentation [MS Learn](https://learn.microsoft.com/en-us/aspnet/core/blazor/performance?view=aspnetcore-8.0) that the snippet...