-
Make it possible for a job to trigger other jobs after it's finished.
- A job can list it's downstream jobs, but not the other way around
- A downstream job is identified by it's name
- It should be p…
-
First of all, I would like to change configuration file name (currently _.txconfig_), since on Unix-like systems, any file that starts with _dot_ is treated as _hidden_ file. **Textxfile** came to my …
-
@wibeasley and @Maleeha , here's my agenda card to help shape our session today.
Scribe/Parser:
- 1. Subgroup selection (adding logical rules to USEOBSERVATIONS) see [univariate linear prototype]…
-
This is an issue to discuss the possibility to revert what I think was an unfortunate decision when we worked on https://github.com/apache/camel-k/issues/1614.
Although the idea of including trait …
-
Currently working with configurations is awkward for a few reasons
- Mixins can't namespace their configuration. It would be nice to let a plugin including a mixin include all its configs under a cert…
-
Here are some examples
https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/index.js
-
```
case class Customer(id: Int, name: String)
case class CustomerCollection(customers: Vector[Customer])
implicit val customerValidator: AsyncValidator[CustomerCollection] =
AsyncValidato…
-
While we've taken a very different approach to application architecture than we were first planning with Mayhem ( https://github.com/sitepen/mayhem ), there are a few things it did well that we may wa…
-
Assuming this library is still maintained, and just isn't updated because is feature-complete and free of known bugs, it would probably be good to put a note about that in the readme. People tend to d…
-
Hello everyone! I was trying to use my languages to generate code in another project, and I found out that the order in the pom.xml is not respected.
Instead, all grammars to be parsed are gathere…