Ardjan Dommisse

Results 12 comments of Ardjan Dommisse

I think you are confusing tradition with consistency. Consistency is: All things are post-fixed with the thing they are. Tradition is: some things are post-fixed others are not, because we...

I agree with you, however, often best judgement is cudgeled by a 'the styleguide says'. Of course, we should give different things different names, to avoid name clashes, but that...

I have no idea. The way we run is, that we have one runner per environment, but that environment doesn't finish, because a process is still running. I can kill...

I run aftereffects in a VM, using nexrender to configure the job, and when all the processes are done, the VM is destroyed. The dangling process causes the VM not...

@daize1994 I think there should be a slash between `${CURDIR}` and `AritsanCustomLibrary`. (See: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#operating-system-variables)

I suspect that the input arguments are always serialized as a seprate string, instead of preserving the structure: https://github.com/hyperledger/firefly/blob/4df24f30508b046fe57def1d386d2fb73a5d1979/internal/blockchain/fabric/fabric.go#L820

I think that `json.Marshal` is called twice. Once on the nested json-object and once on the body of the request by the rest client. This is the equivalent of: ```go...

I was running into this problem today: I have a function that takes a sql query as input. I need to append something to the select in both cases, but...

```Projects to run tests from: t Running tests for the t project using test runner: Polylith built-in clojure.test runner... Running tests from the t project, including 1 brick and 1...

Will this do? https://github.com/Tillaert/kaocha-runner-issue