-
It would be nice for observers to be able to set a filter for events to get only events that are interesting.
This mechanism should on the observer level and made nice in a fluent way in the client …
-
I have some questions here:
- Is this API for the builders final?
- Are the builders intended to be used directly?
- What is the feeling around fluent builders rather than the current semi-fluent …
-
This issue contains comments displayed below the article:
https://brokul.dev/fluent-builder-inheritance-how-to-make-it-work-in-c
-
### Expected behavior
Mapstruct is able to detect and map fluent properties back and forth when using lombok's `@Accessors(fluent = true)` annotation.
This was asked previously by someone in [th…
-
**Is your task related to a problem? Please describe.**
As a developer I would like to have a fluent API to create the jackson classes to have some advantages in the code.
The advantages lie in the …
-
A feature request has come in from the community regarding fetching the value of `Variable`s from a `WfRun`. Currently, the `rpc GetVariable` accepts a single variable `name` and returns a single `Var…
-
```
node_modules\odata-fluent-query\index.js:1
import { createQuery, createQueryDescriptor } from './builders';
^^^^^^
SyntaxError: Cannot use import statement outside a module
```
ceifa updated
6 months ago
-
In many of the pojos I construct, I create "fluent setters", whose name is the property name. They call the setter, and return this. This is a simplification of the builder pattern. I want to valid…
-
```bash
$ reproto build --list-modules
```
Or similar should list available modules and what configuration they take.
```
language: java
module: builder
fluent: bool - enables generat…
-
Hello ,
I try to create a collation and use it on a column by using fluent configuration.
The issue is that when I execute EF Core migration command "update-database", the generated SQL to associa…