Cristian Le

Results 475 issues of Cristian Le

Small followup to #1946 moving some common metadata to workspace. For now I've only moved `prost` dependencies, but probably you would want more of them shared like this, probably `tokio`,...

## Motivation This PR tries to address licensing issue in the `Cargo.toml` metadata. Both the source files and the generated files contain `Apache-2.0` licensed files, and as such the `Cargo.toml`...

The main project is licensed under `MIT`, but it seems to contain `Apache-2.0` licensed files as well. Shouldn't the `Cargo.toml` file reflect that? Additionally the generated files like `types.bin` have...

I have been looking at the implementations of `FileSystemLoader` and `PackageLoader` to see if any of them can support `MultiplexedPath` or more general `Traversable`. The idea is that we have...

This should allow downstream projects to configure the rustls provider that they need to be consistent across all their dependencies. This should address an issue in `atuin` where the `rustls`...

C-exporter
E-simple
T-ergonomics

A nice reference for this is [`axum-server`](https://github.com/programatik29/axum-server/blob/master/Cargo.toml#L17-L18) ```toml tls-rustls = ["tls-rustls-no-provider", "rustls/aws-lc-rs"] tls-rustls-no-provider = [...] ``` Such a design would make it easy for downstream to select the appropriate provider...

C-exporter
E-intermediate
T-ergonomics

### Description This is an issue we've found in `scikit-build-core` [^1] with @henryiii , where we were printing `sysconfig.get_path("purelib")` from within `scikit-build-core` scripts, which should be running within the build...

type: bug
S: needs triage

### Description In environments like rust packaging it is useful to control packit actions more centrally. The main question is how to handle it. Preferably it would not be handled...

### What happened? What is the problem? Tried to use `packit dist-git init` so that I can have an easier interface to test building in mock. But it seems `packit...

kind/bug
area/cli
complexity/single-task
gain/low
impact/low

Hi @rurban, We are considering packaging this project for Fedora as an alternative to [intel/safestringlib](https://github.com/intel/safestringlib), which in turn is an effort to debundle the original cisco implementation that we saw...