-
The `Builder` API in `@kbn/esql-ast` allows to create raw AST nodes, finalize it:
- [ ] Go through all nodes types, and make sure the `Builder` supports all nodes types.
- [ ] In `parser/` use `Build…
-
-
Would be nice to follow Moodle core direction and migrate all reports to the report builder API.
-
I have a CRD from which I generate the Java Classes. I can add annotations to indicate the Builders of these classes, but is there a way to actually generate the Builder classes as well?
Concretely…
-
Make sure API keys and other sensitive data is not logged in `toString()` of models and model builders.
Lombok generates `toString` for `@Builder` which leads to logging of API keys and other sensi…
-
## Background and Motivation
I'm opening this proposal after a conversation with @sander1095 in relation to https://github.com/dotnet/aspnetcore/issues/58723 and https://github.com/dotnet/aspnetcore/…
-
Hi, I want to add 2 api functions in `class HookedEffectBuilder`.
The api currently has `HookedEffectBuilder.SetPreviewDescription`, but does not have `SetPreviewDescriptionKey`. It might be a bit wi…
-
**Why the Change**
Currently, competitive relays use various timing mechanisms to respond with the highest-value bid within the proposer deadline. Proposers prefer the highest bid, builders prefer re…
-
## Background and Motivation
When using the fluent-like API in the .NET Aspire app model developers sometimes find themselves wanting to conditionally apply a method to a resource builder. For exam…
-
### Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to read the api code and the only thing i see is `local_var_` everywhere, makes it really hard to…