Michael Wasser
Michael Wasser
I'm currently getting a 'NODE_RDP_PROTOCOL_X224_NEG_FAILURE' trying to connect to my RDP server. This happens when trying to connect to (what I believe to be) a default setup Windows 8.1 Pro...
Not a bug/ more a feature request. When hitting known error conditions such as 'NODE_RDP_PROTOCOL_X224_NEG_FAILURE' at https://github.com/citronneur/node-rdpjs/blob/master/lib/protocol/x224.js#L221 -- it would be helpful to also include the failure code (such as...
Sorry if this isn't a bug, but I wasn't able to figure out if my usage was incorrect given the README: ``` var rdp = require('node-rdpjs'), config = require('./config'); var...
Support for copy + paste would be nice. e.g. https://msdn.microsoft.com/en-us/library/cc241066.aspx. Sample implementations can be found at: - https://github.com/rdesktop/rdesktop/blob/master/cliprdr.c - https://github.com/FreeRDP/FreeRDP/tree/master/channels/cliprdr @citronneur any quick pointers if I give implementing this a...
using the unicode `91`, or non-unicode `0xE05B` or `0x5B` all fail to act as if the Windows key has been sent. Sending a combination of ctrl (`0x001D`) + esc (`0x0001`)...
If you mount a volume using this plugin and then try to use `docker cp` on a file within the container -- even if not from within the mounted volume,...
I'm currently using this with Rancher. With Rancher, I see log entries like: ``` 2016-12-02 17:45:44,458 ERROR [:] [] [] [] [ecutorService-2] [.e.s.i.ProcessInstanceDispatcherImpl] Agent error for [compute.instance.remove.reply;agent=341]: Error response from...
## What docs page needs to be fixed? https://redux.js.org/usage/usage-with-typescript ## What is the problem? The current state of the documentation as well as related tutorials, stackoverflows etc seem to leave...
I haven't been able to completely investigate this / understand the root causes, but I'm opening an issue here in case anyone else hits the same problem as I suspect...