atam panday

Results 6 issues of atam panday

First of all, great project! In the **home page**, by default there are 2 placeholders for : - temperature - humidity Both are not relevant for me and possibly other...

new feature request
roadmap

Hi, can we add support to filter on AVX-512 instruction set support?

```YAML mqtt: sensor: - name: "solax_test" state_topic: "loc/solax_test" encoding: "" ``` File to edit: https://github.com/keesschollaart81/vscode-home-assistant/blob/master/src/language-service/src/schemas/integrations/core/mqtt.ts Interface **BinarySensorItem** and **SensorItem** here should add this property: `encoding?: string;` reference: https://www.home-assistant.io/integrations/sensor.mqtt/#encoding I don't...

yaml

I want to use apisix combined with nlb in aws + eks using proxyProtocol see [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) In the values file for the master branch chart you can configure this: ```...

[deprecation-guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125) poddisruptionbudget v1beta1 is deprecated, please update in the next chart version. for now I have disabled it.

[link](https://github.com/apache/apisix-helm-chart/blob/apisix-2.4.0/charts/apisix/templates/deployment.yaml) ``` {{- if .Values.hostNetwork }} hostNetwork: true dnsPolicy: ClusterFirstWithHostNet {{- end }} hostNetwork: {{ .Values.hostNetwork }} ```