Jeroen Claassens
Jeroen Claassens
I have also tested Cydget's build but then with the payload referencing a N10.2.0-28E and pcap for eurdemo and I can say I get the same debug screen:  (bottom...
Sad to say, this issue links back directly to the issue in which the conclusion was that the demk has no SD access... So SD loading is not an option...
Looking into this for my fork [hyper-overlay](https://github.com/Favna/hyper-overlay) and I cannot replicate the issue on Windows 10 build 1803. When I open the overlay then `X` or `-` it out my...
I honestly have no idea what the "quake style hide" is
I looked into this issue for my fork [hyper-overlay](https://github.com/favna/hyper-overlay) but I can't quite figure out how hyperterm-register-shortcut could be implemented without completely restructuring the code. If anyone wants to have...
This more so sounds like a general hyper issue, so be sure to grab the latest version (at time of writing v2.0.0). You can also try my fork [`hyper-overlay`](https://www.npmjs.com/package/hyper-overlay)
The size config property actually applies 1 value to both height and width at the same time https://github.com/rickgbw/hyperterm-overlay/blob/ce8c570eb6af150ecd6526d2d6eaf1dd9b936b67/overlay.js#L231-L239 I have changed the `size` settings to an object in my fork...
Fixed in my fork [hyper-overlay](https://github.com/favna/hyper-overlay) as per v1.1.0, you can install `hyper-overlay` the way you would install any other plugin.
From me using this plugin I have not noticed it changing any UI elements and I've looked in the code and there is no code doing any UI adjusting either....
Going from 6.4.0 to 6.5.0 as well as react-redux@^6 to react-redux@^7.1.0 and I had a flawless upgrade. These are my most important diffs: Diff for package.json: ```diff "dependencies": { -...