juventus18
juventus18
Forgot to mark this fixed in my PR, but it can be closed now.
I was just going to add something to this: can you also mark a new tag/release to make it actually installable? I think it would be good to bump up...
I think its pretty arbitrary right now what you pick the version to be, as long as you follow the https://semver.org/ guidelines going forward. I'd probably just go with v2.0.0...
see my comment here: https://github.com/mRemoteNG/mRemoteNG/issues/2193#issuecomment-1146343983
not sure if this helps your use case, but check https://www.howtogeek.com/175692/3-tips-for-the-mremoteng-remote-connections-manager/ under "password revealer" section. could possibly pair it with https://superuser.com/questions/231023/windows-script-to-copy-some-text-to-the-clipboard to copy directly to clipboard Edit: Did some testing,...
On Windows, also having "white screen" issues.
I got it to work by re-installing using "only for me" instead of "for all users" in the install options in Windows 10
Having the same issue when using as a "standalone app" running locally with `sam local invoke`: https://docs.nestjs.com/standalone-applications
Having the same issue. I don't have any events bound to the child element, so it seems something is stopping event propagation from the child elements (not sure). @skamansam Did...
I take it back, it looks like the event is bubbling properly, but there is this on line 40 of multipane.js: `if (resizer.className && resizer.className.match('multipane-resizer'))` since the child is now...