Evstifeev Roman
Evstifeev Roman
I tried to validate the schema from README, but got an error: ``` > apistar validate --path schema.yaml Traceback (most recent call last): File "/home/u1/.virtualenvs/videospeed/bin/apistar", line 10, in sys.exit(cli()) File...
apistar version: 0.7.1 I followed README and created the file `apistar.yaml`. Then launched `apistar validate`, got an error: ``` apistar validate Usage: apistar validate [OPTIONS] Error: Missing option "--path". ```...
Hi. I tried to convert from json-ld to turtle with `rdflib.tools.rdfpipe` and got an error: ```bash > python -m rdflib.tools.rdfpipe -o turtle -i json-ld -
To reproduce: 1) add TAL-Noisemaker to track, open its ui 2) in the Ardour preset selector select any "built-in" preset (of those from presets.ttl) 3) click "save" (the button to...
mh version: git master I went to "utilities" -> "material editor" and switched few times the shader from "phong" to another one (tried few others actually) and then back to...
version: git master I went to "Pose/Animate" tab -> "Expressions", and applied expression. Then i opened "Utilites" -> "Expression mixer" tab and wanted to fine-tune the applied expression. But all...
I bumped into a practical limitation of json-ld with [Verifiable credentials data model](https://www.w3.org/TR/vc-data-model/) VC context defines few protected terms at the top level of the json object - namely _issuer_...
qgit always shows Log tab when commit is selected. Checking or unchecking "Show always revision message as first" in Settings->Browse tab does nothing. I expected qgit to stay on the...
## Is your feature request related to a problem? Please describe. In the current "usage" section of documentation, I struggled to find any information on how to build a package...
Currently there is no way to tell `p4a apk` to use existing dist without rebuilding it. The `--no-allow-replace-dist` flag results in failure: > [INFO]: No existing dists meet the given...