Ardjan Dommisse
Ardjan Dommisse
Solution for issue #127
### Describe the bug [Themes deployment documentation](https://github.com/keycloak/keycloak-documentation/blob/main/server_development/topics/themes.adoc#deploying-themes) Mentions that theme files should be in the `themes` folder, should be `theme`. ### Version 16.1.1 ### Expected behavior _No response_ ### Actual...
The guide advises to name tests: `(deftest foo-test ...)` But functions as `(defn foo ...)` Shouldn't it be: `(defn foo-function ...)` to be consistent? However, there is no need postfix...
Support for rendering templates with a PNG sequence. When a template uses a PNG Sequence, this error occurs: ``` aerender ERROR: Error executing script: C:\Users\Tillaert\AppData\Local\Temp\nexrender\J5acLOrighu718keNwOOJ\nexrender-J5acLOrighu718keNwOOJ-script.jsx Error: nexrender: Trying to create...
Given a firefly schema ```json { "name": "createVoting", "description": "Create a vote, using a ballot.", "params": [ { "name": "ballot", "schema": { "type": "object", "properties": { "title": { "type": "string"...
**Describe the bug** Windows process AfterFX.exe is not killed when no logging is reported for 60 seconds. Node process exits. **Information about environment** Windows Server 2019. Remaining process: ``` Image...
When I use Kaocha with a deps.edn: ``` {:deps {} :aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}} :main-opts ["-m" "kaocha.runner"]}}} ``` Compile errors and failing test locatoins are reported correctly: ```...
Currently, parameters that are objects are not encoded as strings, however, arrays are. Object parameter: https://github.com/hyperledger/firefly-fabconnect/blob/main/internal/rest/utils/params_test.go#L91 Array parameter: https://github.com/hyperledger/firefly-fabconnect/blob/main/internal/rest/utils/params_test.go#L306 This is not consistent, and begs the question how to pass...
sbt prevents sequencing of InputKeys. CucumberPlugin.cucumber is defined as an InputKey, because it can pass additional commandline parameters. Would it be an improvement to have a TaskKey that runs all...