Rémy Greinhofer

Results 27 issues of Rémy Greinhofer

When running the tests with `cargo test --all-features`, we can see that they fail due to a lifetime issue: ```rust error[E0759]: `message` has an anonymous lifetime `'_` but it needs...

I have a small async application which needs to download a bunch of files, therefore I decided to use this library to re-implement the downloading part. It worked fairly well,...

I wrote a similar tool in Golang ([labelr](https://github.com/rgreinho/labelr)) and I was considering porting it to Rust when I found your project. Therefore instead of creating another crate, I was wondering...

### TL;DR When using the cloudbuild workflow, the action job reports as failing due to a storage access error. However the job is correctly triggered in cloudbuild and completes successfully....

docs

Following the [bootstrapping](https://docs.krustlet.dev/howto/bootstrapping/) section of the documentation, I am facing an issue when running Krustlet on macOS 12.1 with an M1 chip: ```bash $ KUBECONFIG=~/.krustlet/config/kubeconfig ./krustlet-wasi --port 3000 --bootstrap-file=${HOME}/.krustlet/config/bootstrap.conf Error:...

question

Our repository got re-initialized by mistake (`helm s3 init`) and now we cannot regenerate the index: ``` $ helm s3 reindex team-repo traverse the chart repository: unserialize chart meta: invalid...

When merging branches with the `--no-ff ` switch, the `git delete-merged-branches` command does not work because no merge commit was created. As a consequence, I have to go through all...

When a check fails, it is most of the time possible to fix it using the GitHub API. For example, the number of reviewers required can be updated with one...

enhancement

In figure 3.2 caption, page 12: "a dataframe can have on or many series." should be "one or many".

This patch provides a helper script to generate secrets from the AWS cli and from the default Gloud credential file. The `README.md` file was updated to provide instructions to setup...