Ricardo Rosales

Results 9 issues of Ricardo Rosales

This was tested on `systemd-udev` https://www.freedesktop.org/software/systemd/man/udev.html Worked on this with @thecubed

**Which issue is resolved by this Pull Request:** Resolves None that I'm aware **Description of your changes:** - Rename folder `example` to `examples` - Rename current example to `examples/all-included` -...

size/L
needs-ok-to-test

I'm currently experiencing issue stated here: https://serverfault.com/questions/985253/istio-https-traffic-converted-to-http-with-port-set-as-443 but only when creating `rstudio` notebooks I was able to solve this problem by adding Header `"X-Forwarded-Proto":"https"` which ends up looking like this:...

size/M
ok-to-test

Catching up with https://github.com/oogali/ebs-automatic-nvme-mapping and adding a script for deterministic ephemeral device names Ephemeral udev rule and script were tested on `systemd-udev` https://www.freedesktop.org/software/systemd/man/udev.html PR: https://github.com/oogali/ebs-automatic-nvme-mapping/pull/9 Worked on this with @thecubed

I am on Linux amd64 and was getting this error: ```shell $ asdf list flutter 3.7.0-stable No compatible versions installed (flutter 3.7.0-stable) ``` with these changes I was able to...

I see https://github.com/grafana/agent/pull/602 > For now, I'd like to not bundle it with releases. New platforms really bloat up the CI time, and I'd prefer to wait until we have...

enhancement

is it possible to use a federated identity for authentication? ```yaml on: push env: clientId: 00000000-0000-0000-0000-000000000000 tenantId: 11111111-1111-1111-1111-111111111111 subscriptionId: 22222222-2222-2222-2222-222222222222 tenant: my-tenant.onmicrosoft.com jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4...

This change would push `*.deb` and `*.rpm` to a release Example: https://github.com/missingcharacter/systemd-resolved-docker/releases/tag/v1.0.1-rc1 ![image](https://user-images.githubusercontent.com/728243/233540567-880c110e-b8c9-4871-a018-54520b4be8ac.png) You can see a job run here: https://github.com/missingcharacter/systemd-resolved-docker/actions/runs/4761276644/jobs/8462391797 ![image](https://user-images.githubusercontent.com/728243/233540817-fdf6ad54-c411-41a8-b10e-fdb7259cff3b.png)

Thanks to https://github.com/asdf-community/asdf-direnv/issues/196 and @jfly, I've switched to [mise](https://mise.jdx.dev/) I can do my best to maintain this repo, but I will no longer have the same amount of time for...