Cristian Le

Results 475 issues of Cristian Le

#### Is your feature request related to a problem? Please describe. I couldn't find an relevant information on how to do an `isinstance` check of the inner object of the...

status: discussion

It would be good to use a design of the features similar to [`axum-server`](https://github.com/programatik29/axum-server/blob/76bb0318c1776cbcb4f55a474367ed10f2efb188/Cargo.toml#L17-L18), i.e.: ```toml tls-rustls = ["tls-rustls-no-provider", "rustls/aws-lc-rs"] tls-rustls-no-provider = [...] ``` This would make it easier to...

Hi, I am trying to package this project for Fedora. Besides the issue of cutting a release (#157), I have a more general question about the scope of this project....

The suggestion is to provide an API endpoint to query the latest version of a project in a few ways: - newest version (can have major version lower than current...

I think it would be nice to have some overview of the scope of the project. For example retrieving project versions and offering API endpoints to query are clearly within...

While packaging this project for Fedora, we encountered test failures: ``` test entropy::tests::test_kl ... ok test entropy::tests::test_kl_with_noisy_negative_qs - should panic ... FAILED test histogram::bins::bins_tests::get_panics_for_out_of_bounds_indexes - should panic ... ok test...

It would be best to migrate away from `setuptools` dependency, if nothing else this requires a wide range of `setuptools` versions that have to be supported from rawhide to epel.

Having to use `import pint_xarray` is a bit clunky especially since it does not have explicit usage and can be deleted by some linters. How about proposing xarray upstream to...

I was expecting `fbrnch push` to behave like `fbrnch parallel` where it synchronizes the git branches, at least when you specify `-r` option, but that doesn't seem to be the...

E.g. let's say we are working on a side-tag update and simultaneously updating a few packages in a branch `update-foo-x.y`. `fbrnch mock foo bar baz` would fail because we need...