-
**Is your feature request related to a problem? Please describe.**
I'd like the Fluent Bit [YAML](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/yaml/configuration-file) confi…
-
Hello People :wave:
Recently my team (@fuster92) and I had to work in implementing the validation of some files using an internal DSL. To ease the distribution among developers we decided to devel…
-
In our rush to finish the CUD features/the management page for R7, some things were implemented a bit haphazardly due to time constraints. Now, we have the time to clean these up or replace them with …
-
**What is the bug?**
Creating a materialized view with direct query creates an index to store the materialized view. When there is a timestamp in the data, the index throws an exception when querying…
-
-
Going over the many shards benchmark bootstrapping I noticed it slowed down quite a bit recently.
Turns out a big contributor to this is `org.elasticsearch.cluster.metadata.Metadata#isIndexManagedB…
-
Heyo,
So I've been using grape extensively for the past few years, and with RBS and steep/sorbet progressing, I wondered what the interest would be in adding type-checking to grape.
In a sense,…
-
Let the DSL code:
```xtend
import java.util.UUID
class MyClass {
def void fct2((UUID) => boolean lambda) {
}
def void fct() {
var UUID id
id = UUID.randomUUID
fct2 [it == id]
}
…
-
I have experimented with KSP's `examples/multiplatform` with IntelliJ IDEA 2022.1, commenting out `androidNative*` and `mingwX64` targets in `examples/multiplatform/workload/build.gradle.kts` (section…
-
As it stands, we only support the Rails™-way:
``` rb
let(:user_params) { params.require(:user).permit :email, :password }
```
This seems less useful to APIs, though I don't know if we need to remove…