Dawid K
Dawid K
Has anyone managed to implement this? I've tried to go through the code myself, but I'm not quite following how it works.
@vampywiz17 wow I didn't know there's Gree integration for node-red, it is a usable workaround, it even has its own dashboard example. Thanks! :)
Can we get this merged? I've tested this by installing `miio` directly from @arrizer's branch and it seems to be working fine through CLI - I've got readings from all...
I can confirm this is reproducible, just had the same thing occur, had to work around by creating another link with just the photos someone wanted.
``` constructor() { super({ userPoolId: '****', clientId: '***', region: '****', }, function(accessToken, idToken, refreshToken, user, cb) { cb(null, user); } }) } ``` There is no need for `validate` function,...
Inside `aws-amplify`, when you trigger `authenticateUser` you can provide a callback to for that occasion. ``` newPasswordRequired: function(userAttributes, requiredAttributes) { // User was signed up by an admin and must...
Has anyone tried to route the [Android](https://play.google.com/store/apps/details?id=com.scee.psxandroid&hl=pl&gl=US) or [iOS](https://apps.apple.com/pl/app/playstation-app/id410896080?l=pl) mobile app through a [proxy](https://mitmproxy.org)? It should show what calls are used to get trophies, as trophies are shown in the...
I've seen similar error and solved it by changes in `gradle.build`, PR is waiting to be merged https://github.com/shimohq/react-native-cookie/pull/20
I knew this day would come eventually :). I'd probably have to reimplement code to do partial sends instead of trying to send a huge library at once. As a...
Referencing https://github.com/JosefNemec/Playnite/commit/c8b8c7e47d3113b344dd39b57dfc30e82a16e21e as potential additional improvement to the process