volisoft
volisoft
Currently stateful tests by design assume that the SUT will created according to initial state. However, this poses a problem in some circumstances which require the opposite - populating initial...
How can I make nested function calls like below: ``` `Fn::Select`[Token[String]](StringBackedInt(0), `Fn::GetAZs`(`AWS::Region`)) ``` > > Compilation error: > "Error:(106, 77) type mismatch; > found : com.monsanto.arch.cloudformation.model.Fn::GetAZs > required: com.monsanto.arch.cloudformation.model.Token[Seq[com.monsanto.arch.cloudformation.model.Token[String]]] >...
Are defsyntax macros supposed to work in ClojureScript? When running in ClojureScript browser environment the following example fails with "Cannot read properties of undefined" pointing to `m/cata`. ``` (ns test...
The UI looks gorgeous! It would be really interesting to learn how it's built, but couldn't find the source code of it in this repository. Are there plans to share...
Seems like relative paths in `:local/root` are not supported. Here's an [example project](https://github.com/volisoft/demo-project/blob/main/projects/demo/deps.edn). Here's the error indicating that local library at `../../components/liba` cannot be found: ``` last 10 log lines:...
When using the AOT option, the build generates an empty JAR file. The JAR contains only the manifest, without any classes. **Error Message (from container logs):** `Could not find or...