Brian White

Results 13 comments of Brian White

I have a motion sensor that was working perfectly for months and then just stopped. The red light would still blink if I moved in front of it but HA...

With regard to this bug... I recommend refusing to add a sensor with an empty MAC and stating such in the generated HA Notification. Link to a FAQ or even...

Here's my fix for it: ``` diff --git a/svgpathtools/svg_to_paths.py b/svgpathtools/svg_to_paths.py index 108cd98..5cca289 100644 --- a/svgpathtools/svg_to_paths.py +++ b/svgpathtools/svg_to_paths.py @@ -205,45 +205,40 @@ def svg2paths(svg_file_location, # Short name for all the dom2dict...

Here's the fix I'm running locally: ``` diff --git a/svgpathtools/svg_to_paths.py b/svgpathtools/svg_to_paths.py index 6211e6f..108cd98 100644 --- a/svgpathtools/svg_to_paths.py +++ b/svgpathtools/svg_to_paths.py @@ -62,6 +62,7 @@ def polyline2pathd(polyline, is_polygon=False): else: points = COORD_PAIR_TMPLT.findall(polyline.get('points', ''))...

I found the offending svg line: ``` ``` No idea what it is in the UI.

http://danielmontague.com/projects/easyButton.js/v2/examples/ doesn't seem to work but http://danielmontague.com/projects/easyButton.js/v1/examples/ is still operational. And there's always https://danielmontague.com/projects/easyButton.js/

I saw that class but I need it stored in Google's Datastore, not in the filesystem of the container. There's no guarantee that the incoming redirect will go to the...

I just installed Eclipse (version 2022-12/4.26.0) and tried to create a new "standard" AppEngine project. I got this same error: this.serializer is null Also here: https://issueantenna.com/repo/googlecloudplatform/google-cloud-eclipse/issues/3667 The project was created...

I'm seeing this, too. The SVG has ``` ``` Inkscape reports the coordinates as 0,0 to 1000,1000 but the segments returned by this library are in the range of 90.8,...

An additional idea... When I create a blank, the XY-plane is at the _top_ of the part (but below the stackable lip). Would it be better for this to be...