-
I think it would be great if we could use the `typedstruct` macro in conjunction with Ecto. Right now Ecto does not create `@type t` for the struct, but it defines other struct-related things which c…
-
Gradle's official documentation, as well a variety of other sites, are [moving to build.gradle.kts as the default](https://blog.gradle.org/kotlin-dsl-is-now-the-default-for-new-gradle-builds).
The …
-
As it is now the performance is sort of ok, but the implementation is 2-3 times slower than elm in https://github.com/mastoj/ui-perf, and that shouldn't be the case. I would expect the fable solution …
-
Hi, I'm interested in getting servant working in Idris and this project seems to be the most complete attempt at this. At what stage is this project, do you have a TODO? Would you be interested in res…
-
The documentation of the Kotlin DSL described the use of delegated properties to [look up project properties](https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:properties):
```kotlin…
-
There are many case where we need to specify how a child microstate is created from the parent. A simple case is where you want a microstate to have a default value if none is specified. For example, …
-
-
It would be great t have BDD as an optional extension in RAML.
Having a DSL for BDD, either as YAML or as some other parseable language, i.e:
```
- testCases:
- given:
authorization("myA…
-
Hello,
I'd love to expand this module philosophy to the documentation of the schema. Would you consider adding an option to the DSL to specify details about each field ?
Maybe something like :
…
-
Applying a plugin `A` both from an init script and from a project build script can cause class cast exceptions when the build logic loaded in the project script classloader tries to reference any obje…