Perry Naseck
Perry Naseck
@dwoz I'm not able to test this out on the same Debian machine at the moment (maybe next week or week after), but I did try it out on a...
> `salt-pip install pygit2==1.11.1` works declaring a version before latest is not a hack. @whytewolf version locking or manually building a wheel may work now, but it is only a...
I can confirm the issue and that `/opt/saltstack/salt/bin/python3.10 -m pip install mysqlclient` is a workaround for my version: ``` Salt Version: Salt: 3006.6 Python Version: Python: 3.10.13 (main, Nov 15...
Is this possible now that https://github.com/moby/buildkit/pull/4134 has merged?
May someone provide an example of the original configuration in question? Is this correct? ```yaml uses: docker/build-push-action@v5 with: push: true outputs: | docker,dest=image.tar push: true ```
I don't recall any breaking changes there, so this should work fine I think.
I wonder if there is an incompatibility between upload/download of versions 3 and 4. Maybe try updating both in the same pull request?
I don't think we currently regularly test on BSD, so something has probably broken over time. I assume it builds without issue up to this point but gets to the...
Existing libraries: - [jbellerb/libola-rs](https://github.com/jbellerb/libola-rs): Uses the `ola` package name in Cargo, LGPL, appears to depend on the OLA protobuf definitions as a Git submodule (so each binding version is tied...
> all OLA protocol messages have a version header, so theoretically there's no need to tie any client library to a specific OLA version (while I include a fairly recent...