sir-wilhelm

Results 8 comments of sir-wilhelm

I have auto updates working off releases on my repo. https://github.com/sir-wilhelm/SmartHunter/tree/net-core-self-contained I've been playing w/ the .net core and self-contained exe too, but saw the same issue @JackRhodes did with...

`list` does not give you all the available properties, and changes/shortens the name on some of them. You can see all the properties with: ``` qbt torrent properties c42b88 ```...

I've not been playing much, I hear a workaround is: >Open map and deselect and re-select her and it should pop back up

> [@dedale](https://github.com/dedale) > I've identified that the issue is caused by `Microsoft.Web.WebView2` starting from version `>1.0.2739.15`. Currently, I am using an older version. This was helpful, but in my case...

The latest version of Microsoft.Web.WebView2 `1.0.2903.40` still produces the warning, so I'll be sticking with `1.0.2792.45` for now.

@Paul-Williams I first noticed the build warning starting with `1.0.2849.39`, so I went back to `1.0.2792.45` to get rid of the warning. I can't say I've run into the error...

I'm looking forward to when this is released. I'm not sure if the original workaround: ```csharp var htmlData = Clipboard.GetData(DataFormats.Html) as string; htmlData = htmlData.Replace("\r\n\r\n", "\r\n"); Clipboard.SetData(DataFormats.Html, htmlData); ``` always...

>@rajtilakvyasmckinsey [(ClosedXML/ClosedXML#2423)](https://github.com/ClosedXML/ClosedXML/issues/2423#issuecomment-2664522775) > >Hi [@jahav](https://github.com/jahav) i am using ClosedXML, Version=0.104.1.0 I have added both RBush 4.0.0 and RBush.Signed 4.0.0. but still getting strongly-named issue. > >[image.png (view on web)](https://github.com/user-attachments/assets/d470ca09-02eb-4d69-bf8d-9043dd2d15d4) It's...