Michael Jackson
Michael Jackson
Yes, I am using Angular 1.2 and I am not able to upgrade. The following works as a fix, if I did a PR would you accept? ``` function callback...
Is this issue why I'm getting the following error while trying to copy node_modules/express? ``` Error: EEXIST, file already exists '../mime/cli.js' at Object.fs.symlinkSync (evalmachine.:742:18) at copySync (/home/mjackson/projects/beetlejuice/node_modules/rpm-builder/node_modules/fs-extra/lib/copy.js:91:8) at /home/mjackson/projects/beetlejuice/node_modules/rpm-builder/node_modules/fs-extra/lib/copy.js:86:7 at...
I'm in the same situation where I want to be notified when a connection is open/closed. I'm gong to fork your telsh implementation and try adding the following two methods...
I did an experiment modifying these two files: modified: vendor/github.com/reiver/go-telnet/context.go modified: vendor/github.com/reiver/go-telnet/server.go I allowed for the setting of nett.Conn on telnet.Context, and set it inside server.go. In response to your...
@y2kpr and @davclark, I see statements above from both of you about getting back to this PR. Any ETA? I'm stirring the pot, because this feature would help with what...
@albertdabrowski did you find a work around?
Thanks, I will look into this
Looks like this is an npm issue: npm/npm#9175 I will investigate a stop-gap work around.
This is the first time seeing this. I no longer have a mac, so if you identify the issue feel free to create a PR.
Lack of support for sticky websocket sessions is the only feature keeping me from using naught. Would you consider adding support or accept a pull request using [sticky-session](https://github.com/indutny/sticky-session) or [sticky-cluster](https://www.npmjs.com/package/sticky-cluster)?