Alexis Couvreur

Results 43 issues of Alexis Couvreur

This feature allow users to output the validations errors as [github error message](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-error-message) using `--output github`. This is very useful when this library is used as part of a validation...

### Feature request Just like the input is available for the setup-helm action, I'm requesting the `downloadBaseURL` to be able to pull the binaries from another proxy if needed. This...

Uses the conventiona generated header: https://github.com/golang/go/issues/13560 Now IDEs properly display a warning that this is a generated file.

Bumps go-github to v75 and addresses breaking changes

I've just done these changes for `darwin` because I am working on MacOS. I can implement it for `windows` and `linux` if this change is accepted. ~I can also work...

https://github.com/tinygo-org/bluetooth/blob/5c615298c3e4400150c44da3636f3d3b10967e3c/gattc_darwin.go#L200-L208 > **A limited number of such writes can be in flight at any given time.** When the underlying CoreBluetooth queue is full, a call to `c.service.device.prph.WriteCharacteristic(p, c.characteristic, false)` will...

When sending chunks of data that exceed the MTU we must chunk the data ourselves and rebuild it on the server side. From my understanding, we can use the `Prepare...

### Describe the need When using the Terraform provider with organization scoped rights (GitHub App especially), repository transfers are complicated to manage. Every 422 could be mitigated by trying to...

Type: Feature
Status: Triage
Status: Stale

### Proposal Hello, the current versions are using the docker/docker package but a new moby/moby/client package is now being published, as well as moby/moby/api for the common types. Would it...

enhancement

## Description ## Related ## Testing --- ## Checklist Before submitting a Pull Request, please ensure the following: - [x] 🚨 This PR does not introduce breaking changes. - [...