Stephen Eisenhauer

Results 35 comments of Stephen Eisenhauer

Can confirm issues still exist in the new 250 build; Checking all three "hide object" boxes helps a lot, but there is still a giant black rectangle locked to the...

I just ran into a similar issue with a namespaced class `Foo\Split`, which when used in a line like `Split::doSomething();` triggers the error: `Function Split() is deprecated since PHP 5.3...

Here's an example repo with a minimal repro case: https://github.com/BHSPitMonkey/phpcompatibility-test Using: `"phpcompatibility/php-compatibility": "^9.3"` (locked to 9.3.5 in this example) The file that triggers the sniff error: ```php namespace Foo; use...

Oh, oops! I guess it's just been a couple years since the last release was tagged. I'll try to remember to install from `develop` from now on. Thanks for the...

I don't need to actually re-enter my password, though; Simply opening the Preferences dialog is enough to trigger Pithos to successfully connect and log in (using my already-saved password).

Just some thoughts on this: If you don't like the idea of the Chord data model containing this kind of "state", then perhaps inversions could be computed on-the-fly: ``` js...

Having the same issue today with one of my HUSBZB-1 devices. Note that I am commenting out `xonxoff=True` as a workaround for the other issues reported in different threads (this...

I like this idea, but for my project I intend to make the detection more granular than this (limit to a certain _range_ along each axis independently) so that I...

For what it's worth, Home Assistant's default icon treatment for the "Exceptional" condition state is a circle with an exclamation point inside ([alert-circle-outline](https://pictogrammers.com/library/mdi/icon/alert-circle-outline/)). I don't see anything similarly vague in...