Results 24 issues of Nicholas Junge

### Description I am building a Python wheel using Bazel on Windows, and I see a strange permission error after building the wheel, during a call to `shutil.rmtree` by `pip`....

This commit adds a ZenML integration for JAX, a Python ML research framework. ## Describe changes See above. ## Pre-requisites Please ensure you have done the following: - [x] I...

Salam / merhabalar friends, **Is your feature request related to a problem? Please describe.** Let's bring Google's JAX to ZenML! **Describe the solution you'd like** I would like to build...

### Summary Thanks for making this! I just took a first look at helix early this week, I like it so far. But I noticed that when opening tutor mode...

C-bug
O-macos
A-helix-term

Fixes a build failure in XLA on macOS ARM64, which occurred because the presently used setting "@bazel_tools//src/conditions:darwin" collides with the explicitly exported `macos_arm64` setting in case of a macOS ARM64...

I think the following points might benefit GBM's Python distribution. They are all optional, but with varying degrees of usefulness: - [x] Adding a modern build system-compliant (PEP517/518) `pyproject.toml`. -...

Similarly to GitHub metrics I guess. We switched our transaction model to a merge of an ephemeral branch, which creates merge commits on success. When going through a branch history,...

good first issue
P3
feature-request

Hey, thanks for creating this! I wanted to start using it in a CLI project of my own, but before adoption, I am facing a usability question, which I was...

A file system's corresponding transaction class has been a class attribute since https://github.com/fsspec/filesystem_spec/pull/1424. However, the `fsspec.transaction.Transaction` interface is currently stateless. For someone trying to roll a transaction class that takes...

I have a use case for the following APIs, and wanted to get opinions on whether they are feasible as additions: Firstly, ```py def get_protocols(url: str) -> tuple[str, ...]: """Returns...