Rahul Mehta

Results 8 comments of Rahul Mehta

Sounds like `--build_python_zip` is implicitly unsupported/unmaintained going forward? We also encountered similar cold-start times with `subpar` & are going to try to adapt it into something that supports building standalone...

Hey @wild-endeavor picking this back up now, everything should be updated. It looks like a number of dependencies wound up getting downgraded in the lockfiles though (including `pandera`), so I...

@pantoniou this was a small change so figured it might be easier to just propose the diff & ping you instead of opening an issue, but curious if you'd be...

I just encountered a similar issue w/ a pex file that was ~700M (lower than the 2G reported earlier in this issue). Using `--layout packed` resolved this for me as...

@charliermarsh I'd be happy to contribute this so we can run `ruff` as an aspect in our Bazel project if this is a contribution you'd be willing to accept.

Thanks for the quick reply @charliermarsh! I just took a look through `ruff.yaml` & also saw the same; does the `maturin` action also have the ability to build a standalone...

Ah nice. Happy to take a swing at this later today or tomorrow - from some basic testing (without running it as part of our build) it's pretty mind-blowing how...

@messense is that something that `maturin` could handle during the `maturin build` step? Not quite familiar with how it names the compiled binary. See the linked PR, can incorporate your...