-
### Feature summary
Check whether all components of a project use the same organisation.
### Feature description
A warning could be displayed when not all components have the same organisatio…
Grifs updated
5 months ago
-
### Feature summary
Allow viash to cache repositories within the same viash ns build, but potentially also outside of it
### Feature description
Right now, using the same repository in multiple dep…
-
### What happened?
When building a component that uses dependencies which in turn also has dependencies, the dependencies of dependencies are not copied during the build.
### Steps to reproduce
…
Grifs updated
6 months ago
-
Viash would benefit from being able to store an _organisation_ attribute next to _namespace_ and _name_.
The role of this attribute and the relation to the organisation in the Docker platform shoul…
-
### Feature summary
Currently we have testbenches that test dependency resolving, including one that tests dependencies of dependencies. However, it uses a pre-defined git repo. It would be great i…
Grifs updated
5 months ago
-
### What happened?
When a component has no engines defined, a `native` engine gets implicitely added.
However, when running `viash ns build --engine native`, the component gets rejected as at the …
Grifs updated
7 months ago
-
### What happened?
When setting the `.links.docker_registry` in `viash [ns] test` results in inconsistent docker image names.
TBD if this is actually an issue but it feels like one.
### Steps t…
Grifs updated
7 months ago
-
In OpenPipelines the `.info` field is used to fill in the website:
```yaml
functionality:
name: "bd_rhapsody"
description: |
One sentence.
Two sentences.
Three sentences.
…
-
Hello, thanks for working on interoperability between seurat and mudata!
I can't read a mudata that I created following your [multimodal tutorial](https://muon-tutorials.readthedocs.io/en/latest/tr…
-
### What happened?
An assertion error was given but it was unclear what the problem was.
After some investigation it was clear that the `''` was causing the assertion error. changing these to `""`…