Jennings Zhang

Results 190 issues of Jennings Zhang

When the `CONTAINER_USER` environment variable is set, the specified UID is probably not a valid entry in `/etc/passwd`. Maybe we can try fixing this by running `useradd` in an `initContainer`?

enhancement
good first issue

tl;dr the `values.yaml` of openobserve-collector is over-complicated. A simpler solution can be achieved using the upstream OpenTelemetry collector's chart. I am reviewing the code of the openobserve-collector and would like...

Adds values `service.http_nodePort` and `service.grpc_nodePort` for the `openobserve-headless` chart, so that users can define the value of `nodePort` values for the service.

Adds a feature so that the environment variables `ZO_ROOT_USER_EMAIL` and `ZO_ROOT_USER_PASSWORD` can be sourced from an existing secret. Example `values.yaml`: ```yaml auth: existingRootUserSecret: name: my-openobserve-root-user ``` Furthermore, I fixed some...

Currently in `storescp/src/store_async.rs`, a synchronous call to `FileDicomObject::write_to_file` is being made in an async function: https://github.com/Enet4/dicom-rs/blob/4cf77724cdc91f2165335368b07be7733c1af8ff/storescp/src/store_async.rs#L191 This is not ideal. Preferably, there should be an async version of `FileDicomObject::write_to_file`. (Alternatively,...

A-lib
C-object
C-parser

### Is your feature request related to a problem? Please describe. The guide https://the-guild.dev/graphql/codegen/docs/guides/svelte#svelte-apollo Is out of date with the upstream documentation https://github.com/ticruz38/graphql-codegen-svelte-apollo#readme It is mentioned in the documentation https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-svelte-apollo#clientpath...

**Describe the bug** Starting in version 0.8.10, kube-vip adds the IP address to a macvlan interface instead of a physical interface. In the logs below, I have a: - physical...

### Operating system NixOS ### Helmfile Version v0.171.0 ### Helm Version version.BuildInfo{Version:"v3.17.2", GitCommit:"v3.17.2", GitTreeState:"", GoVersion:"go1.24.1"} ### Bug description ## Background It is well-known that the Helm `lookup` function, commonly used...

in progress

https://github.com/toeverything/AFFiNE/blob/7a90e1551ca1a593f042a5f8bbaab4b94092f25c/package.json#L71 Electron v35.0.0 is now unsupported since 2025-09-02. See https://www.electronjs.org/docs/latest/tutorial/electron-timelines As a consequence, affine's desktop application is no longer being built in [nixpkgs](https://github.com/NixOS/nixpkgs).