-
### What's your CLI version?
0.88.7
### Description & steps to reproduce
Running `kurtosis run main.star '{"some_parameter": {"_kurtosis_parser": "struct", "some_property": "Property value"}}…
-
I expect this to show the `grep` help:
```
$ podman-hpc run -it --rm debian:bookworm-slim grep --help
Run a command in a new container
Description:
Runs a command in a new container from the …
-
As of c8567cf , the following (which can be used as a testscript test for `testscript` itself) fails when it should succeed:
```
env BLAH='\'
exec echo ..${BLAH}LICENSE
stdout ..${BLAH}LICENSE
…
-
Using habitat 0.61. Have confirmed this behavior also exists in 0.59.
Just discovered that if you are trying to run rake tasks like this:
`hab pkg exec my_origin/my-app my-app-rake my:rake_task`…
-
I came across a random thought: would it be interesting to integrate annotators to automatic segmentation CLI?
This would go in the direction of an intuitive segmentation workflow, where: user util…
-
```
$ opt-15 -load /home/mauro/Downloads/alive2/build/tv/tv.so -load-pass-plugin=/home/mauro/Downloads/alive2/build/tv/tv.so -p tv -instcombine -o /dev/null foo.ll
PLEASE submit a bug report to http…
-
A very useful package to simulate phenotypes with epistasis! A great appreciation for your contribution!
However, when I load genotypes, I got the following error:
ERROR: Problem parsing the command…
-
### How would you like to use vllm
I would like to pass multiple LoRA modules to the vLLM engine, but currently I'm receiving error while parsing the `lora_modules` property.
The `LoRAParserActi…
-
Add a decorator that will parse request arguments from the view function's type annotations.
I've built a working proof of concept of this idea in [webargs-starlette](https://github.com/sloria/weba…
-
When using functions combined with streaming completions, the ChatFunctionCallArgumentsSerializerAndDeserializer is used to deserialize arguments. This is broken because **quotes get stripped from the…