-
### Bug description
Related: https://github.com/prisma/prisma/discussions/20901
### How to reproduce
```ts
const posts = await prisma.user.findUnique({ where: { id: 1 }}).posts()
posts.map(…
-
### Describe the question/issue
Fluentbit is sporadically failing to send log events to cloudwatch, reporting a variety of either tls errors, as well as http_client errors. When generating logs,…
-
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
Hello!
I'm having difficulties trying to…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1762) created by **matthias.kegele** on 2014-05-23 at 07:36 AM_
---
Similar to the assertJ library (for checking post con…
-
I define a unique index for a entity `Folder` with a nullable property `Folder.FolderId` (link to parent folder)
```cs
modelBuilder.Entity().HasIndex(f => new { f.Name, f.FolderId }).IsUnique();
…
-
*Platform* (all, jvm, js): all
*Extension* (none, kotlin 1.3): none
## Code related feature
We have samples for api-fluent: ch.tutteli.atrium.api.fluent.en_GB.samples.FeatureExtractorSamples and …
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
Hi!
When running the examples found [h…
-
### Describe the question/issue
- Issue 1
Fluent bit logs show error `AccessDeniedException` because it tries to create a log group that it is not allowed / is not configured:
```
time…
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
At the moment the fluent API is not threadsafe, as acknowledged in the existing documentation. I…
-
Hi! Thank you for this library!
I'm porting code from another language that had a fluent API for matrix operations and I think it would be a nice addition for this library too.
I had this monstros…