M Hickford

Results 109 issues of M Hickford

In a Visual Studio solution, I can explicitly express dependencies between projects. This is useful when projects implicitly depend on the output of other projects, so that Visual Studio can...

Is this project dead? I see no commits since September 2021. Consider deprecating and linking to fork https://github.com/cli/browser which is actively developed. https://go.dev/ref/mod#go-mod-file-module > To deprecate a module, an author...

Tagging a semantic version simplifies packaging on Linux, which in turn simpifies packaging applications that depend on this library. Please tag say v0.1.0. This is a very popular library, but...

If you try to create a package from a .tar.gz archive you get a `Failed to parse the package` error. Currently `wingetcreate new` supports only .zip archives.

Issue-Feature

### Description of the new feature / enhancement Please publish a [.NET global tool](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools) to https://nuget.org/ dotnet tool install -g wingetcreate This would make winget-create easier to install https://www.nuget.org/packages/wingetcreate/

Issue-Feature

Please could we have a new command `clink history` to print the complete history of commands? This would be like [Bash's history command](http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/x1712.htm): > The history command can be used...

I'd like to use Prometheus.DiagnosticSourceAdapter but it's missing in the .NET Framework build It appears to be compiled only on .NET https://github.com/prometheus-net/prometheus-net/blob/master/Prometheus/DiagnosticSourceAdapter.cs What's the reason for this? It would be...

Secret is superfluous for GitLab PKCE https://docs.gitlab.com/ee/api/oauth2.html#authorization-code-with-proof-key-for-code-exchange-pkce

`create-salsa-project` creates an SSH Git remote: https://github.com/Debian/dh-make-golang/blob/52983fc8eecb1ab488d7efa28d0298b65317060a/make.go#L456 It would be neat to have an option to create an HTTPS remote instead

enhancement