-
fleet-server implements a DSL for some interactions with Elasticsearch.
The DSL is not complete and has poor test coverage, it's usage should be replaced by the offical go-elasticsearch typed API
-
# The Goal
Say we have a typed struct:
```python
class Foo(TypedStruct):
bar = int
bar.default = 1
baz = str
baz.default = 'two'
qux = float
qux.default = 3.4
`…
-
I see that some of Maestro's Gradle build scripts use Groovy DSL, and some use Kotlin DSL.
Just a few days ago Gradle [announced](https://blog.gradle.org/kotlin-dsl-is-now-the-default-for-new-gradl…
-
When handling the first event in the event handler:
```
java.lang.IllegalStateException: Cannot extract the lastSequenceNumber in state akka.actor.typed.internal.BehaviorImpl$DeferredBehavior$$anon$…
-
consider using strongly typed languages with support for custom typed DSL instread of yaml for plugin definition, or handlebars for prompt templating?
as an altnerative they could maybe com…
-
Manual requisitions will use OMS central server to configure the columns for manual requisitions. Designs to come.
These configurations will need to sync to all sites.
1. Show list of available …
-
- [ ] main
- [ ] 4-3-stable
---
I noticed a couple of warnings from the compiler while building:
```
[524/1166] [BISON][irods_parser] Building parser with bison 3.8.2
/irods_source/server/…
-
### Is your feature request related to a problem?
Currently, the generated code for endpoints uses `@param array $params`, which does not provide any information to static analysis tools about the su…
stof updated
2 months ago
-
### Shadow Version
5.2.0
### Gradle Version
6.0.1
### Expected Behavior
The DSL for this plugin is strongly typed and easy to use.
### Actual Behavior
The DSL for this plugin is difficult…
-
Add support for a `contains` operator in the filtering DSL . This is a substring match so applicable only to columns of type string.
Operation will be very similar to `starts` and `ends` operators,…