-
Currently writing a validator of any kind requires that the calling logic knows WAY too much about the internals of validation engine. It looks something like
```ruby
def my_custom_validator
v…
-
We might be able to get better IDE support. Potentially a lot better:
https://clojureverse.org/t/im-colin-fleming-ask-me-anything/1148/35
We'd need to use spec to define the DSL in order to for Cu…
-
**The bug**
As many of the people that decided to use this library i started by following the baeldung tutorial https://www.baeldung.com/spring-cloud-gateway-bff-oauth2.
### Initial Setup 3 module…
-
### Complete Description of Issue
Hi, I'm trying to upgrade my reform 2.3 app to rails 6.1 and seeing a few issues. I found https://github.com/trailblazer/reform-rails/issues/86 but did not see any…
-
# Finite State Machines in CanJS
Finite State Machines (FSM) provide a mechanism for transitioning between states in a program. By declaratively listing all possible states up front, and how to tra…
-
This is something suggested by @cboettig, and which I immediately ran into on dfalster/tree-p#9 (private repo currently). We have a makerfile that includes targets like:
``` yaml
output/leaf_trait…
-
This issue tracks a progress of moving fully on junit5 and assertj.
- [ ] spring-cloud-dataflow-audit/src/test/java/org/springframework/cloud/dataflow/server/audit/service
- [ ] spring-cloud-dataf…
-
The docs right now don't tell you at all how to return anything other than an Ok response.
Specifically I'd like to see
- What is handled implicitly?
- `.as[Json]` or `.as(jsonOf[A])` parse fai…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### Java Version
_N…
-
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…