Mike
Mike
QUESTION: Does anyone know of any sources for similar reverse engineering efforts for the Emporia smart plugs? ### Background So, I've ordered a Vue 2 main unit, and managed to...
So I'm starting to poke at supporting the modern shells available on Windows (#800), and I'm currently blocked by some architectural decisions on how shell processes are spawned and how...
**Description** There is a regression in 0.3.580 that removes the `Access-Control-Allow-Origin` header in responses for function HTTP trigger endpoints where the function exists and the environment variable `FN_API_CORS_ORIGINS` is set...
Being able to enumerate the monitoring options in place via `enum_monitoring.py` is great (once it covers the full set), but intelligent analysis of it is also going to be really...
Kludging a credential provider when they're provided out of the box is poor form. Contains a fair number of whitespace-only change due to linting for style done via yapf automagic....
For users with MFA logins enabled, the current flow does not support the challenge-response flow for MFA tokens.
https://github.com/silvertoken/pyvivintsky has support for PubNub updates, which we could integrate for continuous updates without requiring polling or periodic updating.
When running in cron, say once per minute, it may be desirable to be able to cache the secrets (username, password, tokens) to disk in between invocations, and update as...
Currently, to get expiration time and other properties from the token, there's a bunch of manual JWT handling that _should_ be replaced by PyJWT's `jwt.decode()`.
When using `--daemon` with `--enable-ssh-support`, there is an issue where currently the ssh-agent broker is dying when the shell that the command was run from is closed. This, for some...