Skip to content
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

deprecated write api #25

Open
igordezky opened this issue May 20, 2015 · 9 comments
Open

deprecated write api #25

igordezky opened this issue May 20, 2015 · 9 comments

Comments

@igordezky
Copy link

on node 0.12, latest karma i get this warning when using karma-html-reporter
.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.

@RIAstar
Copy link

RIAstar commented Oct 4, 2015

In fact this message originates from the mu2 dependency.

An issue was already raised on their GitHub page and a PR was created to fix it. But unfortunately it looks like the project is no longer being maintained :(

@cheahkhing
Copy link

maybe we should remove the dependency and make it as internal? pretty much screwed if mu2 project no longer maintained and we just stuck here. :(

@RIAstar
Copy link

RIAstar commented Nov 23, 2015

Or use nunjucks. Pretty much the de facto standard for template compilation now.

@OctavioBR
Copy link

+1

@mattalco
Copy link

Hi everyone, just wondering, is this something that's planned to be fixed in the near future?

@stevehipwell
Copy link

+1 this is now broken with node 6.

@agenaille
Copy link

agenaille commented May 20, 2016

+1 Just upgraded to Node v6.2.0 and this makes my karma tests fail. I had to comment this plugin out for the time being.

EDIT: I see now this is a dependency, mu2, that is causing the issue.

@StevenDevooght
Copy link

+1

@RIAstar
Copy link

RIAstar commented Jun 28, 2016

Looks like mu2 finally merged that PR. Guess this can be closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants