bundabrg
bundabrg
Thanks @Steve-Mcl I can confirm, running HomeAssistant Supervised updating actionflows to the PR version fixes my own immediate problem (my pool thanks you as well). EDIT: Running NodeRed v2.2.0
Some issues. 1. If you want to have completion working then you'll need to process it like completion does it. Unfortunately completion doesn't have the luxury of the whole input...
Unless I'm missing something (which could be very likely) the commandcompletion and the command execution operate 2 different ways. Execution uses parameters that consume arguments, and completion uses arguments that...
I have the following in my code that is working okish. Still ironing out bugs. Handles multiple consumed arguments (not that I use more than 1 anyway) ``` @Subcommand("open|o") @Description("Open...
I don't think it needs to be named as I originally thought (that was more to deal with edge cases when a parameter consumes something other than 1 argument), and...
I ended up implementing it in my own command parser ([Docs](https://bundabrg.github.io/bcf/)) mainly for fun.
> Hello! > > I've had this issue when using multiple virtual monitors, but this GDK patch here solved it: > https://gitlab.gnome.org/GNOME/gtk/-/issues/2013#note_1026815 I will give it a shot, thanks. Does...
In a similar fashion (possible exactly the same scenario as OP) I have an asset with a version appended to the filename. It would be easier to use a wildcard...
I've just managed to implement the first but it required creating a function that stored the full results of api.return_available_account_balances('all'), then summing up the transferable currencies into their own structure,...
My changes, with lots of debugging prints: https://github.com/bundabrg/poloniexlendingbot I'll clean it up once I know its working (seems to be so far). Started WebServer, lendingbot status available at http://127.0.0.1:8000/lendingbot.html, http://10.64.11.43:8000/lendingbot.html...