Johann Kellerman

Results 12 comments of Johann Kellerman

We use for network config templates in containerlab (pick octets from IP addresses, pick characters in a string, split strings etc). For now we’ll remove the slice shortcut from gomplates...

Fair point about gomplate being first 😁

Also experiencing this issue while trying to use it in Home Assistant https://github.com/home-assistant/home-assistant/pull/3919. Will try it with `strict=True`

Indeed @CWempe my idea was multiple RegExes with individual results. Look at [this](https://blog.mobatek.net/post/mobaxterm-new-release-8.6/) screencast to see it in action. Limited colors is not an issue, just basic ANSI colors should...

No worries, I've been using [labctl color](https://labctl.net/reference/color) to do the highlighting. It works nicely with most terminals: Kitty / Windows Terminal / inside VSCode

The fix addresses the TimeoutError - https://github.com/home-assistant/core/issues/68999 My suspicion is that TimeoutError typically occur when you are connected via wifi. But if your inverter has no support for the webconnect...

Do you have an external [webconnect](https://www.sma.de/en/products/monitoring-control/webconnect.html) on the 4000TL? From the datasheet the 4000TL only supports RS485 and bluetooth Can you please post a screenshot of Chrome when you open...

Refresh Tokens can be handled by the `msal` library. It contains a token cache that can be serialized - `SerializableTokenCache` and then be stored somewhere safe I'm not sure Refreshing...