粒粒橙
粒粒橙
## The Problem Concurrent requests usually happen: - When resolving multiple fields of the same object. - When one object appears in multiple locations of a query. Multiple requests occur...
I am writing a native module which only supports `*nix` and my `napi` config in `package.json` is like: ``` "triples": { "defaults": false, "additional": [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu",...
For now, unbuild generates `React.createElement` on jsx, and the new jsx transform has been introduced for [more than a year](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). Is it possible to support the new jsx transform in...
### Description I often use something like `/* eslint-disable @typescript-eslint/no-explicit-any */` in some files, and I cannot find a replacement in rome linter. #3792
### What problem does this feature solve? There is [a pure rust implementation of sass](https://github.com/connorskees/grass) which could be a drop-in replacement of `dart-sass`. And it is much faster. As we...
I am using Debian 13 Trixie, seaweedfs 3.97. ```shell cp weed /sbin/weed cp weed /sbin/mount.weed /etc/fstab weed#fuse /mnt/seaweedfs fuse _netdev,filer='192.168.0.1:8888',filer.path=/ 0 0 ``` FUSE mount with `mount` works: ```sh mount...
I am using the S3 API for a distributed database (milvus) on k8s. When I write data into it, I see file count grows both in the default collection ("")...
I am using SeaweedFS as the storage backend of a distributed vector database ([milvus](https://milvus.io/)) on K8S. An S3 bucket and 3 PVC provisioned by SeaweedFS are used. While I do...
### Which OpenObserve functionalities are the source of the bug? streams ### Is this a regression? Yes ### Description I am migrating my Telegraf + Influx + Grafana stack to...