Christoph Hermann

Results 78 comments of Christoph Hermann

will review it tomorrow. sorry for the delay. we will be faster with our new build chain. On Feb 24, 2016 11:54, "Jérôme Steunou" [email protected] wrote: > @stoeffel https://github.com/stoeffel any...

I tried this with some additional tests and the last one fails. ``` js equal(stripTags('hello world'), 'hello world'); equal(stripTags('hello world'), 'hello world'); equal(stripTags('hello world'), 'hello world'); equal(stripTags('I have nothing'), 'I...

Yes, you are right. It only looks strange :smile_cat:

Could you include a test for comments and maybe some tests like I described above? Otherwise this looks good. Thanks for the PR.

I mean a test for ``. On Feb 24, 2016 16:54, "Paul Falgout" [email protected] wrote: > a test for comments > > Can you clarify this? > > — >...

nice. thanks On Feb 24, 2016 17:01, "Paul Falgout" [email protected] wrote: > Ok good deal. I'll see about getting to this shortly > > — > Reply to this email...

The more I think about this, the more I think we should consider deprecating striptags (like we did with sprintf). I think the problem stripTags is trying to solve is...

> About sprintf & striptags, why deprecated it? Having dependencies means more maintenance. We would have to deal with issues for 3rd party libraries that aren't under _.str control. We...

@epeli do you agree with deprecating stripTags?

I will check it tomorrow