liuwei

Results 25 issues of liuwei

### Contact Details [email protected] ### What happened? `aliyun-gw` has a static public ip, while`yintan-gw` does not. Everything works fine, except I need to occasionally click the "Refresh Hosts Keys" button....

bug

Change default 8081 to 8080 ```yaml service: # -- type for netmaker server services type: ClusterIP # -- port for API service restPort: 8080 # -- port for MQTT service...

## 你正在使用哪个版本的 V2Ray? v5.13.0 ## 你看到的异常现象是什么? 更新间隔无规律 ## 你期待看到的正常表现是怎样的? 每隔一分钟检查一次状态 ## 请附上你的配置 **服务端配置:** ``` "services": { "burstObservatory": { "subjectSelector": [ "onevms_" ], "pingConfig": { "timeout": 5000000000, "interval": 60000000000, "destination": "http://www.gstatic.com/generate_204"...

Stale

### Name and Version bitnami/elasticsearch 21.0.1 ### What architecture are you using? amd64 ### What steps will reproduce the bug? Install elasticsearch with the following configuration ### Are you using...

stale
triage
tech-issues
elasticsearch

### Description of the change Use the `empty-dir` volume instead of the `{{ template "elasticsearch.master.tlsSecretName" . }}` secret to mount the tls certificate files ### Benefits You can run elasticsearch...

verify
in-progress
elasticsearch

k8s 有自己的[资源管理](https://kubernetes.io/zh-cn/docs/concepts/configuration/manage-resources-containers/),不需要 image 内部处理。现在无法设置比较小的 resources 配置,不然 container 一直 OOMKilled | -| - |- | |-- | -- | --| JVM_XMS | -Xms | 默认 :1g JVM_XMX | -Xmx | 默认...

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**. - [x]...

### 重现链接 https://vant.pro/vant-weapp/#/divider ### Vant Weapp 版本 1.11.6 ### 描述一下你遇到的问题。 官方文档示例中的垂直效果没有对应的属性 ![image](https://github.com/user-attachments/assets/e23610b9-dd2f-4cc2-b288-c36f767cccd1) ### 重现步骤 查看官方文档 ### 设备/浏览器 小程序

bug: need confirm

## 组件 ALL ## APP 微信小程序 ## 组件库版本 latest ## 解决方案 在 component 构造器中传递 externalClasses 参数 ```ts Component({ externalClasses : ['custom-class'] }) ``` 组件 wxml ```html xxx ``` 参考文档 [外部样式类](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/wxml-wxss.html#%E5%A4%96%E9%83%A8%E6%A0%B7%E5%BC%8F%E7%B1%BB)