Justin

Results 12 issues of Justin

**Describe the solution you'd like** We can agree on a directory to store the k3s offline installation package and version, and then we can choose to install or upgrade through...

documentation
feature

**Is your feature request related to a problem? Please describe.** I want to resend some mqtt topics to the client, I need to know more information, such as current `mqtt...

easegress does not set the ingress status of the fulfilled ingress, or address. ```yaml kubectl get ing hello-world-test -o yaml | grep status -A 3 status: loadBalancer: {} ``` For...

My helmfile : ```yml repositories: - name: test url: git+ssh://[email protected]/jcss00001/helm-charts@charts?ref=v0.2.0&sparse=0 helmfiles: - app/*/helmfile.yaml ``` when run `helmfile sync `, the output is : ```sh ❯ helmfile sync Affected releases are:...

how-to-dry

如题. 然后还想问下, 我看这个项目还在用roadhog,不知umi以后是否会提供一些配置,直接就可以处理electron?

I use k8s to deploy docker-registry, and set up a self-signed certificate to host my helm charts, but fleet cannot currently obtain my charts. For example, my `fleet.yaml` ```yaml helm:...

kind/enhancement

**Summary** I would like to use SeaTunnel to read data from MySQL and write it to Databend.

C-feature

When I upgraded React Native according to the [upgrade-helper](https://react-native-community.github.io/upgrade-helper/?from=0.72.14&to=0.76.3) to version 0.76.3, I encountered an issue where an image would flash briefly before a prompt appeared on Android every time....

#### 描述问题: 在 input-tree 中配置静态options, 数据多一点就无法显示,任意删除一两个就又可以显示。 #### 截图或视频: #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? 当前官网直接修改某个demo的json数据,可复现。 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 在 6.11.0 以及 当前官网版本都可复现。 3. 粘贴有问题的完整 `amis schema` 代码: ```json...

need confirm

The issue occurs in the event processing pipeline in [mod.rs](https://github.com/barter-rs/barter-rs/blob/main/barter/src/engine/mod.rs#L172). The sequence is: 1. Engine.process() updates state from market/account events 2. If TradingState::Enabled, calls generate_algo_orders() 3. Strategy generates orders based...