Alfredo Luque

Results 26 issues of Alfredo Luque

The current requirements file pins to a certain version of `aiobotocore` and `fsspec` which is not good practice for a library since it causes conflicts on newer versions of pip...

**Is your feature request related to a problem? Please describe.** Perhaps I'm missing something obvious but currently grayskull allows generating recipes for a pypi package (though it accepts a github...

enhancement
feature

The new RADIO/DISH sockets were merged into libzmq master a little over a month ago. With them comes the ability to use UDP as a transport. This is particularly important...

### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No (bug doesn't exist in tf-nightly 2.17.0.dev20240312) ### Source source ### TensorFlow version v2.16.1 ### Custom code...

type:bug
comp:model
TF 2.16

In my generated `swagger.json`, I see the correctly generated servers section: ``` "servers": [ { "url": "http://localhost:80/", "description": "Local environment" }, { "url": "http://foo.com", "description": "Main Endpoint" } ], ```...

Suppose I have a validation that checks that the required version of a package follows `>=4.1.1,!=4.1.5`. Additionally, I have a separate requirement (eg; `

There are types like `PyPathType` that currently represent enums in rust but we expose them with an odd interface where the end-user needs to check for truthiness to ascertain the...

python-bindings
needs-design

Currently, in `py-rattler` a `PrefixRecord` is essentially read-only. However, to facilitate use cases where we want to manipulate a record (and optionally write it back) we'd also want setters.

help wanted
python-bindings

Seems like there is some (preliminary?) support for interfacing with the `PackageCache` in rattler. While it's not yet feature complete (eg; #43 is important) being able to even interact with...

help wanted
python-bindings

Desired behavior: Given an environment prefix, synchronize the package cache with the `PrefixRecord`s in conda-meta by downloading any missing package files to the cache. This is useful for repopulating the...