-
### Area
- [X] Scheduler
- [X] Controller
- [ ] Helm Chart
- [ ] Documents
### Other components
_No response_
### What happened?
We mirror the scheduler-plugins repository into our private build …
-
Following on from our discussion in [the array API standard community meeting](https://hackmd.io/zn5bvdZTQIeJmb3RW1B-8g?view#Meeting-minutes-28-November-2024) @betatim:
https://data-apis.org/array-…
-
**Describe the problem/challenge you have**
Vendoring from big repositories takes a long time currently. It would be great if that could be improved when using `includePath` and `excludePath`
**…
-
Version: Deno 1.38.4
I encountered a bug related to vendoring dependencies while using deno. The problem becomes apparent when attempting to vendor the [deno-gfm](https://github.com/denoland/deno-g…
-
To support Rust packages on air-gapped machines, it's necessary to support offline builds.
Discussed briefly offline with @adamjstewart
### Rationale
Rust has a language-centric package mana…
-
### Description of the bug:
Occasionally, when vendoring all dependencies in our repository, file content can be written to the wrong file, leading to corrupt dependencies. Other than stress testing…
-
Running `qiime tools view` should load a fully featured view of the target result without needing an internet connection. This will basically look like vendoring a slightly cut down version of q2view …
-
The current implementation of Setuptools has its dependencies (separately for `setuptools` and `pkg_resources`) vendored into the package. The project implemented this approach because of the bootstra…
-
We need some options to control how we vendor rust code, because some packages have bad settings that don't let us vendor properly.
We could have a broad on/off switch, per package.
We could hav…
-
Currently I'm seeing some weird behavior in Cargo with respect to vendoring and publishing. Notably this project will succeed to compile but then fail to compile with a vendored build:
```
$ cargo…