Chris Paynter
Chris Paynter
I've gotten around this recently (at least the sign out problem) by implementing the root reducer pattern that Dan Abramov suggested [here](https://stackoverflow.com/a/35641992/518341). I'm not sure if I'm missing something, but...
Ah right yes, got you @marinintim. One way I've gotten around this in the past is to export the default states of all reducers. Bit more effort (and you have...
Yeah this would be a great addition to the plugin. I appreciate the effort it would require to make it possible. I wish I had free time to contribute to...
The issue is being caused by this styling, which uses `!important` and overides the `display:flex` property on the modal dimmer. ``` .visible.transition { display: block!important; visibility: visible!important; } ``` Surprised...
Would love to see a VS plugin also.
My fix may not be so relevant, but this question at least led me to a solution so I'll post it in the off chance someone with the same problem...
Hey @Flokri, thanks for the PR! Looks good to me, though I might just ask if you could maintain camel case property names for consistency. For instance in `ChangePasswordResponse` and...
Have opened a stack overflow question also. https://stackoverflow.com/questions/65470681/iokit-call-fails-with-kioreturnexclusiveaccess-when-another-app-is-running
Thanks for the information @tekezo, I'll read through this a bit to try and understand. I unfortunately need to communicate with the device directly, however it's a plausible use case...