Eduardo Mínguez

Results 71 issues of Eduardo Mínguez

https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ It looks like the action needs to be updated to Node 20 😅 ``` The following actions use a deprecated Node.js version and will be forced to run on...

### What problem are you facing? When installing metal-cli via brew it downloads golang as a requisite, however metal-cli is already a binary package, there is no need to build...

enhancement

It would be nice to have some docs or examples on how to read notifications.

https://github.com/OctoPrint/octoprint-docker/blob/978b7feb6e751729e559344d37fdab39a1955064/Dockerfile#L18 Similar to https://github.com/OctoPrint/octoprint-docker/issues/276 In this case I'm not sure why the build process is split in two different containers tho.

https://github.com/OctoPrint/octoprint-docker/blob/978b7feb6e751729e559344d37fdab39a1955064/Dockerfile#L59 Ideally it should be added: ``` && tar xzf ${octoprint_ref}.tar.gz --strip-components 1 -C /opt/octoprint --no-same-owner \ && rm -f ${octoprint_ref}.tar.gz ``` Otherwise the tar.gz file is there: ``` $...

There are a few invocations to binaries, like for example https://github.com/k8snetworkplumbingwg/sriov-network-operator/blob/c063f68af49a4bc74d215852dc8dd10c8fe1e10e/pkg/platforms/openstack/openstack.go#L167 which means blkid needs to be installed. It would be nice to have a list of runtime dependencies.

https://github.com/k8snetworkplumbingwg/sriov-network-operator/pull/666 (in fact https://github.com/k8snetworkplumbingwg/sriov-network-operator/pull/799) made a change on how RDMA is being managed with the operator. Basically it just allows to be "shared" or "exclusive". There are some scenarios that...

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/pci/hda?h=v6.16 vs https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/pci?h=v6.17

### What would you like to be added (User Story)? As a user I would like to have the CAPI cluster being annotated with the name of the management cluster...

kind/enhancement
area/import

### System details MacBook 10,1 ### What's wrong? It requires https://github.com/leifliddy/macbook12-audio-driver There is an aur package https://aur.archlinux.org/packages/snd-hda-macbookpro-dkms-git that uses a different repo. In my case, I've got sound with the...

bug
help wanted
mac