Rudi Visser
Rudi Visser
To handle additional types within the JSON value, this can be used: ```csharp var property = obj.EnumerateObject() .FirstOrDefault(p => string.Equals(p.Name, name, StringComparison.OrdinalIgnoreCase)); switch (property.Value.ValueKind) { case JsonValueKind.String: return property.Value.TryGetDateTime(out var...
I can add them to the Aspire side if needed but will hold off until confirmed useful / needed, it is from my side so just running this custom build...
When you're using the CDK for Bicep, yes. When you're not which may be the case with devops or whatever other reason where Bicep is handcrafted (for example the CDK...
This is a valid error with `npm link` too, with identical package versions (just updated both packages as this was my suspicion too). To be clear this is with: ```...
I don't know why this keeps going around in circles, but now the whole `import Home from "@tabler/icons-svelte/IconHome.svelte";` has changed back, again, to `import Home from "@tabler/icons-svelte/icons/home";` for anyone wondering...
Yeah I understand the change, it's making zero difference in editor performance at my side but the biggest pain is having to update every single import across the entire project....
Confirmed, it does appear to be streaming something but eventually Home app is just saying "No response". ``` [12/03/2024, 16:48:16] [homebridge-google-nest-sdm] [vost#0:0/libx264 @ 0x141e06790] [verbose] *** 1 dup! Front Door...
Funny enough my original comment was going to be about errors with FFMpeg (getting a 404 on the RTSP stream) but they seem to have disappeared now. All running from...
Starred that issue! Sorry, I was being stupid. Homebridge is running on a Mac Studio (M1 Ultra), the _network environment_ is Nest Wifi. I mentioned that primarily as I've heard...
I forgot to update this, but running it on a Raspberry Pi instead (using the config exported from the Mac Studio) worked without issue. I can't explain why as the...