Jacob Burch-Hill

Results 7 comments of Jacob Burch-Hill

@amontalenti I ran into something like this a bit ago, and it ended up being due to: https://github.com/pypa/hatch/issues/1069 Personally, adding a .gitignore fixed it. Could you paste the contents of...

vite_asset should respect `STATIC_URL` in this regard

a new template tag is likely over-complicating it, depending on how you determine what environment you're in. ```settings.py if ENVIRONMENT == "prod": STATIC_URL = "https://cdn.example.com/static/" else: STATIC_URL = "/static/" #...

Also experiencing this. I was able to (after a lot of manual labor + use of deconz) downgrade one of the switches to version 3040, which DOES allow the pairing...

@fractalcounty was wondering if you ever made headway with this. I just swapped both HA hardware and zigbee adapter and have the same exact issue as before.

(four years later...) Aiming to do this by end of the month -- want a smidge more test coverage before I do.

This fix isn't recommended as it will break if you try and pass it an ascii string with out-of-position characters (done with above fix in place): > > > p.post(1,2,u'∆˙∂∆˚ƒ˙∆˚ß∂˙∆˚ƒ˙ß˚∂∆')...