DevTekVE

Results 14 issues of DevTekVE

This is the first time I am doing some development on homebridge and I had a couple of issues along the way. So expect this to not be perfect. I...

inactive

**Description** I was driving the other day using SP with Custom Stock and the car's radar had a false positive which I let it continue to analyze the behavior afterwards....

bugfix
car
hyundai

Currently, the `[DynamoDbProperty(name)]` attribute necessitates specifying a property name, which could be more streamlined. An overload that automatically derives the property name from the class property it’s mapped to would...

This commit makes several changes to the .NET projects and their dependencies. The main changes include upgrading the projects to target newer versions of .NET (.NET 6.0, 7.0 and 8.0),...

This PR brings support to defining DynamoDb attributes on the interfaces instead of only classes. This doesn't happen by default on C# as attributes on interfaces are not projected to...

This does not use runtime reflection, and allows for a simpler definition without having to define the property name manually if the user doesn't want to Solves https://github.com/AllocZero/EfficientDynamoDb/issues/239

_Sorry I hit enter and early sent this without writing the description.._ # My proposal Add to [the description of the "full backup" toggle](https://github.com/edwardtfn/HomeAssistant-Config/blob/main/blueprints/automation/EdwardTFN/auto_update_scheduled.yaml#L30) that a 1h delay will happen...

Changed update process execution from a Python to a native process. Updated signal-based process control to match new process configurations. **Description** https://github.com/commaai/openpilot/pull/32716 removed the process title, which meant that we...

This should help people to feel less frustrated when they tap on "check" and it just goes grey and it just seems like hanging in there...

Changing from using cookies to headers for the authentication and adding conditional requirement of SSL based on whether this is localhost or not.