Benjamin Buchfink

Results 34 comments of Benjamin Buchfink

Please publish a signed version

nvm... just found this blog fixing the strong name issue easily: https://joshuachini.com/2017/07/12/how-to-assign-a-strong-name-to-unsigned-3rd-party-assemblies-during-the-build-process/ using this nuget: https://www.nuget.org/packages/strongnamer

I only just realized that there is this block in the output. ![image](https://user-images.githubusercontent.com/4013009/189618758-af45d922-3e9b-4566-90bd-8fc989f78c1a.png) So, why not display some of this information in the console title?

Funny. I did this in another project some time ago. You don't need another NuGet. Just some good old PInvoke ;) ```C# public static class TaskbarProgress { public enum TaskbarStates...

Sometime we gat certs Base64 encoded. Would be nice to be able to inspect the cert details from a base64 string

`scoop status` returns And after closing and opening the UI it looks kind of better. There is just this one issue left with `Installed Version` beeing `

I really need this feature. I'm having multiple versions of GhostScript (for debugging). None of them was installed via winget... ``` GPL Ghostscript ArtifexSoftware.GhostScript 9.50 9.55.0 winget GPL Ghostscript ArtifexSoftware.GhostScript...

> While I really dig the idea of pinning, I think in the case of Python, it somehow more like a workaround than a solution to the problem. With Python,...

As a workaround I created a subclass of `Table` and copied `InsertAsync` with a return type of `long?`. Sadly the `database` property of the `Table` class is marked as internal....

Most of Dapper uses `IDbConnection` by now, but I just created PR #1797 to fix this for Dapper.Rainbow, too. Looks like this issue can be closed?