Results 46 issues of Meno Abels

**Description of the change** Added a new Chart to enable ZeroTier Networking **Benefits** You could do in future hopefully helm install zerotier k8s-at-home/zerotier **Possible drawbacks** I don't know --- keep...

precommit:ok
install:failed
lint:failed
changelog:ok
size/L

I built for me working php language adapter. There a still some thing todo like Date/Time/UUID Type support. But I hope it's a nice starting point. To the php language...

# What does this implement/fix? It adds the feature to split a FastLED Bus into multiple lights. I build it to enable P9813 chips to controll self build RGBWW lights....

new-integration
needs-docs
integration: fastled_base
integration: fastled_clockless
integration: fastled_spi
has-tests
core
integration: fastled_bus
integration: fastled_bus_spi
integration: fastled_bus_clockless

Hi, last week I forked icu to do a "Prove of Concept Dive" how to build icu as wasm artefact. And "Steven R. Loomis"(thx again) reviewed my "PoC". Here is...

waiting-on-author

Hi, i added the wsf protocol to support the websocket to run over socket files. I still think it is alittle fishy but how you think we should define a...

## Description: The fastled-bus docs. **Related issue (if applicable):** fixes https://github.com/esphome/esphome/pull/3604 **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#3604 ## Checklist: - [unknown ] Branch: `next` is for...

has-parent
current
not-stale

In the deeper tail of patternplate a module named snapdragon uses a use dependeny which includes the use module in version 2.0.x. The use module includes this code: var utils...

help wanted

If a ingressroute reference to a services which changed in configuration the update will not issued. We should watch services and filter them by the ingressroute references. If than a...

Added the a annotation to ingressroute to enable a dynamic target lookup switchboard.borchero.com/target 1. a comma seperated list of ip number ipv4 ipv6 [1.1.1.1,1::1] 2. one domain name [cname.example.cname] 3....

something like this: export interface RequestInit { body?: BodyInit | null; headers?: HeadersInit; method?: string; }