Results 179 comments of Kishan B

> 1. What platform are you using? ```bash $ multi-gitter version multi-gitter version: 0.54.1 Release-Date: 2024-11-21 Go version: go1.23.2 OS: darwin Arch: arm64 Commit: 5841986bcc7e4db734349878435e4ef33e70aa2c ``` > 2. Confirm this...

@Allon-Guralnek Can you link the respective go-git issue(s) in this thread ?

Looks like they are busy with other work and are trying to allocate atleast 1 day per month to support this integration Ref: https://github.com/integrations/terraform-provider-github/pull/2615#issue-2980411384

@lordofscripts Does this active fork of fpdf https://github.com/go-pdf/fpdf solve the above issue? Have just opened an issue #431 for the transition

I think it would be great if we can pass in an argument to the shell script to explicitly state in which directory the installation should happen. That way the...

An example proposal of how the installation api can look like ( inspired from [go-releaser installation](https://golangci-lint.run/welcome/install/#other-ci) ) ```bash ## Put uv binary in the /bin folder under current directory (defaults...

@charliermarsh Can this also be updated in the main documentation site?

It would also be great if the release tagging is also automated. This can be a github action periodic trigger / every push to main which can cut a new...

My shell script does the following - Use uv to build wheel file - Extract the wheel file - Copy contents of the wheel into a directory - ~~Copy~~ _Install_...