Thomas Eizinger

Results 368 issues of Thomas Eizinger

## Description Disclaimer: I am not yet super familiar with the abstractions testground provides, but from my limited exposure I had to it through `rust-libp2p`, I have the following feature...

hint/needs-triage

I have an AUR package that depends on another AUR package for building. Is it possible to somehow specify to install that before attempting to build it? Would it make...

Currently, one has to duplicate all local files that are included in the package as part of `assets`. However, the action already knows which files should be present: It is...

Currently, the implementation of `Future` for `Either` requires that both `Future`s resolve to the same type: https://github.com/rayon-rs/either/blob/af9f5fbd8fd6f626121971f810fc2dc7f8290b69/src/lib.rs#L1127-L1141 This limits, which kinds of `Future`s can be expressed using `Either`. It would...

As noted in https://github.com/matthiasbeyer/cargo-changelog/issues/202, I've been thinking about building a similar tool. I was wondering why you went the route of a cargo subcommand? In my design sketches, I considered...

I am trying to define an automation-friendly versioning and changelog management strategy for `rust-libp2p` (see https://github.com/libp2p/rust-libp2p/issues/2902). It is a workspace with 33 crates which makes things rather involved. One of...

The build output is currently under `.gradle/latex-temp`. I think it would be more intuitive to put all those files in a folder labeled `build` (outside of the `.gradle` folder), similiar...

I have the following `Dockerfile`: https://github.com/libp2p/rust-libp2p/blob/v0.52/interop-tests/Dockerfile.native. Recently, we released a new version of `libp2p-identity`, version `0.2.8`. That one raises the MSRV in a patch-version. Not necessarily best practice but that...

See https://github.com/libp2p/rust-libp2p/actions/runs/6087635818/job/16516621765?pr=4248 for example. This PR introduces a new crate which is not published yet. We would only publish it once the PR is merged. I think the action should...

It would be nice to have a Github action that runs dylint without having to manually manage the installation and caching.

help wanted