-
Feature request!
When Generating new excel file I would want to be able to set cell value in one line with setting the cell type so that this:
```
var cell = row.CreateCell(0);
…
-
It would be great if this library could also provide fluent mapping APIs to allow mapping of check constraints without using attributes.
Example:
There is no `HasMinLength()` fluent mapping method…
-
Currently it seems the only way to map property names is using the `[Column( "{Custom Property Name}"]` attribute.
However it is not always possible or desirable to specify the ORM mappings directl…
-
Some fluent APIs use multiple intermediate types to restrict the available methods depending on what methods were called earlier in the call chain.
As an illustration, imagine a fictitious library …
-
Leptos 0.7-rc1 is in a stable state API-wise and I would like to start porting over to it, but `leptos-fluent` is lagging behind currently.
-
TL;DR:
```dart
final prisma = PrismaClient();
// Unsafe JSON params query
final user = prisma.user.findUnique.fromJson({
'where': {'id': 1},
'select': {'id': true, name: true},
…
-
There are few pull requests to add Fluent API support #533 #727 #1002 from 3 different people that willing to support the project. But no one created an issue to generalize them as this one.
This a…
-
#2294 introduced the Fluent API. However, scheduling issues prevented us from implementing class-based DTOs.
As part of that development effort, the following chunk of code from `FetchableFluentQue…
-
## Bug Report
**Describe the bug**
Fluent bit hangs, any step to troubleshoot?
**To Reproduce**
Install and run Fluent Bit v3.1.7 on RHEL8.10
It is expected to run continuously
**Expected …
yhzs8 updated
5 hours ago
-
Would be nice to have a fluent API, f. i.
```typescript
import { mapEntries } from 'radash/fluent'
const ra = {
name: 'Ra',
power: 'sun',
rank: 100,
culture: 'egypt'
}
ra.mapEntri…