Ted Drain
Ted Drain
Version 1.1.2 ``` #include #include #include #include int main() { const char* s = "+12345"; std::string_view sv( s ); double x; auto r = scn::scan( sv, "{}", x ); if...
Keypadlinc buttons can be set up as radio buttons. For example, the middle 4 buttons can be a fan controller where only 1 of the buttons is "on" at a...
KeypadLinc can operate in "detached load" mode where button 1 (and 8) don't control the load. That moves the load to group 9. From the dev guide: Detach Load Notes:...
It would be nice to have a utility method to get an entity from a name "a.b.c". I find myself doing this a lot in my apps where I want...
I have a complicated/large python program that is failing with an inotify exception when another error occurs. The problem is that in Inotify.__del__ it uses the logger to send a...
Running `conda search '*graphviz*'` under csh/tcsh fails with the error: ``` conda search '*graphviz*' /conda/bin/conda: No match. ``` Conda version: 4.7.2 Python version: 3.7.4 The problem is that the conda.csh...