joshbartley
joshbartley
I have acme.sh running in a github action and because of the file path changes it almost broke our renewal pipeline. It's a fresh install of acme.sh each time and...
I think that could work. For now we went to manual mapping because Dapper doesn't have a per query type handler system and we have way to many places do...
I understand that, this is an existing code base connected to more than Clickhouse with Dapper and taking over the default mapping for all Dapper queries is more of a...
Recently I looked into the HttpClient and Handler docs and recommendations. The one slightly mentioned, that the Azure client uses, is the `SocketsHttpHandler` which HttpConnectionHandler uses internally. You wouldn't rely...
Running on windows 11 through the Immediate Window ``` ?Windows.Networking.Connectivity.NetworkInformation.GetInternetConnectionProfile().GetNetworkConnectivityLevel() InternetAccess ?Connectivity.Current.NetworkAccess Local ``` The `Windows.Networking.Connectivity.NetworkInformation.GetInternetConnectionProfile()` gets the correct value and my Windows 11 machine passes the new IsWindowsVersionAtLeast check....
I tried the default user as a test and found that it worked. I previously had `~* resetchannels -@all +@pubsub +@read +echo +info +subscribe +cluster +role +set +get +ping` As...
I am also seeing this on a .NET Core app in Visual Studio 17.14.9. Full clean and rebuild and same error. Restarting visual studio and ending a hung VBCSCompiler process...
@sven-s This uses .net 9 with xcode 16.2 and publishes fine for our app. It's a bit truncated because of other steps to shuffle files around. ``` jobs: build-ios: runs-on:...
@andrewtelnov just a specific question I created in a specific scenario. Some pseudo code of the example I am thinking. We can add a check when they try to save...
I could do that, which would prevent me from having to alert them not to do that again. Would it be possible to mark a toolbox item as disabled as...