Dunge
Dunge
My desire is to display a progress bar in one of my columns based on data that comes elsewhere than the grid query, and only use the grid entity's id...
Important part of csproj: ``` all runtime; build; native; contentfiles; analyzers; buildtransitive Designer true NLog.config True NLog.config True ``` Calling: dotnet publish -c Release Asp.sln C:\Program Files\dotnet\sdk\6.0.100-rc.2.21505.57\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found...
Trying to convert my solution to async, stumbling on this issue. I was using MoreLINQ Batch() to group yielded items in batch of 150. Previously: ``` public IEnumerable DownloadLogs() {...
Updated from 5.7.0 to 5.8.2 using chocolatey and now I receive the error message > The program can't start because api-ms-win-core-winrt-l1-1-0.dll is missing from your computer. Try reinstalling the program...
Hello Thomas, it's me again. I got another hard one for you. I'm getting an exception thrown when I put the XamlAnimatedGif control in a DataGrid column template and use...
I'm trying to get a route trace out of a list of waypoints. I know found the issue mentioning GetRoute was deprecated by Google and the workaround to use GetDirection...
I'm using KinD on Windows via Docker Destop running on WSL2 and trying to set up the ingress to expose port on my host machine. I followed the guide and...
Since upgrading to 2.0.0 (from 1.7.5), I see a lot of these errors in my output log: `SQLite error (5): database is locked in "SELECT Tile FROM main.TilesData WHERE id...
Bing API demands a token when authenticating but it expires after a while (more than 1hour). If you let your application open at one point Bing requests fail for calls...
#### Summary microk8s 1.27.8 Ubuntu 22.04.2 (3 nodes HA) I have an active cluster that runs a workload with working services. There are cronjobs set to run every 24h that...