Brett
Brett
Just find some sane defaults and extend from there. Try [@typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md)
I experienced this issue and it was caused by `purgecss`. If anyone arrives here from a search engine like I did, try [whitelisting](https://purgecss.com/whitelisting.html#patterns) the blur up classes: ```js const purgecss...
I run on few raspbian arm64 as well as some archlinux amd64 nodes: https://github.com/brettinternet/homelab. Join us in the k8s-at-home Discord for more generalized support or troubleshooting :)
I'm having trouble with this board. How can I disable PSRAM?
I'm also seeing this issue with similar logs. I have the same keypad. ESPHome appears to frequently disconnect from a wireless connect to the device, but I'm not sure that's...
@tjhorner The Home Assistant state is `Unknown` with periodic history (detected for a short time if I move it up or down repeatedly). And the "Desk Height" state on the...
Here are some details: ###### Controller Uplift FRM053-2. The desk is almost 2 years old. ###### Keypad FRM066 "Advanced Comfort Angled Keypad". ###### Device Info `2024.2.2|Flash: 4096kB Speed:40MHz Mode:DIO|Chip: ESP32...
Take a look at https://github.com/jasonkuhrt/graphql-request/issues/103
I'm also unable to get a WebRTC image. Only MSE is working. The go2rtc port `1984` and the WebRTC `8555` UDP/TCP ports are correctly mapped to the container.
How about a random strong password? Would this work? ``` :crypto.strong_rand_bytes(32) |> Bcrypt.hash_pwd_salt() ```