Kristof Mattei

Results 42 comments of Kristof Mattei

> Is this pr still going on? Hope it be merged soon! Merged here: https://github.com/actions-rs-plus/clippy-check/pull/387

@Jason3S thanks!

Thanks @Jason3S looking forward to the release.

I'll see if I can take this up this weekend.

https://github.com/rust-lang/hashbrown/pull/417/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 My concern is that `allocator-api2` is pulled in by default if we don't disable it.

@travi same issue with `semantic-release` directly. The release itself is published correctly (which is proof of correct credentials), yet the success step fails.

Here's my hands-off solution: I'm Ansible, but this here uses no Ansible features, so it should easy to create a docker-compose from it: ### GlueTun ```yaml - name: Create vpn...

@JoseLion to get secrets passed on to a `workflow_call` you need to expose the secrets explicitly, either individually or as `inherit`: https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow I just ran into the same issue.

> @leptonyu `tracing` exposes most of that data as references, so you'll need to `fmt` that data into a structure that _your_ code relies on. Depending on where `do_something` might...