-
## Problem
Putting this together because it's been mentioned a bunch of places but without the root issue being logged, see https://github.com/prisma/extension-read-replicas/issues/12 and the [Acc…
-
### Describe the bug
I installed fluentd 5 from below script to see if CVE-2024-5535 is resolved or not.
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5-lts.sh | s…
-
### 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 scenario**
After using service principal for AKS for a year, I switched to user-assigned managed identity. Everything is working well except pulling image from ACR, here is the error:
`Fai…
-
### Module version(s) affected
5.2.4
### Description
Top page feature can support integration with the Fluent module but there are some gaps:
* docs are outdates and refer to extensions setup th…
-
表題のような問題があります。
ちなみに最後にうまく動くのを確認したバージョンは、`td-agent 4.4.1 fluentd 1.15.2 (c32842297ed2c306f1b841a8f6e55bdd0f1cb27f)`です。
```shell
[root@kujira fluentd]# td-agent --version
td-agent 4.5.2 fluentd 1.…
-
**Describe the bug**
The` reload_interval ` TLS option is not working for the otlphttp exporter. I am seeing this on an OpenShift Kubernetes environment where I have an Open Liberty pod exporting lo…
-
Hello itrdata, I am a Google Colab Pro user running Comfyui via Google Colab Pro and using the official Comfyui Notebook. I today experienced an error like this when I tried to install or update custo…
-
https://rehansaeed.com/asp-net-core-fluent-interface-extensions/
-
### Background and motivation
When building minimal applications, it is satisfying to setup and start a generic host using a single line with `IHostBuilder`:
```csharp
using IHost host = await …