-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace deprecated process.EventEmitter #57
Open
kewisch
wants to merge
5
commits into
LearnBoost:master
Choose a base branch
from
kewisch:require-events
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kewisch
force-pushed
the
require-events
branch
from
January 2, 2017 10:37
5c374dc
to
194cf80
Compare
kewisch
force-pushed
the
require-events
branch
from
January 2, 2017 10:48
194cf80
to
5f0b379
Compare
There we go, builds pass. I'd appreciate if you could merge and tag so I can update dependencies. |
Any idea when this will be released? Things are breaking... |
as F1LT3R comments, things are breaking, would it be possible to merge these changes? |
sukima
added a commit
to sukima/markserv
that referenced
this pull request
Nov 15, 2017
Close markserv#19 In commit b449a88 ("Use a specific unreleased commit of Website.io until it get released later.", 2017-01-17) we needed an unreleased fix to websocket.io. It seems that either GitHub or NPM has lost the option to reference commits linked through another fork. This fixes markserv#19 by referencing the original author's branch. This unreleased version is required because websocket.io is broken on Node 7+. Unfortunately it seems that the websocket.io authors no longer are interested in keeping their package Node 7+ compatible. (Discussion at LearnBoost/websocket.io#57). There still exists the following caveats: * If @kewisch wishes to remove his fork then this will no longer work * Official support seems lacking * This program is dependent on an unstable package I suggest investigating the possibility of using an alternative websocket package with less problems.
sclem
pushed a commit
to sclem/markserv
that referenced
this pull request
Nov 16, 2017
Close markserv#19 In commit b449a88 ("Use a specific unreleased commit of Website.io until it get released later.", 2017-01-17) we needed an unreleased fix to websocket.io. It seems that either GitHub or NPM has lost the option to reference commits linked through another fork. This fixes markserv#19 by referencing the original author's branch. This unreleased version is required because websocket.io is broken on Node 7+. Unfortunately it seems that the websocket.io authors no longer are interested in keeping their package Node 7+ compatible. (Discussion at LearnBoost/websocket.io#57). There still exists the following caveats: * If @kewisch wishes to remove his fork then this will no longer work * Official support seems lacking * This program is dependent on an unstable package I suggest investigating the possibility of using an alternative websocket package with less problems.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes #55 and also the unit tests, releasing it as version 0.2.2. Please merge and tag if needed.