Closed ChocPanda closed 4 years ago
@scottcorgan Any chance you could take a look at this?
@scottcorgan please have a look of this fix.
@scottcorgan Can you please review this
@ChocPanda this is bugging me since quite some time as tap-out is a dead repo, can you publish your fork to npm, i will use it in https://github.com/Sceat/tap-spec-emoji
Sure, I'll post a link here when I'm done
@Sceat @3cp I have published my fork here to NPM here
now using it in https://github.com/Sceat/tap-spec-emoji
working good with the at
in @hydre/doubt :+1:
I am getting the following error in my CI pipeline. I'm not yet sure of the cause but unfortunately the below error is preventing me from creating a proper test report.
I saw that in line 151 of the index file you account for the possibility that
m
may only have a single member so I have simply repeated the logic below in line 180 to prevent the error.I also noted that you appeared to be using a rather old library for trimming your strings, as this functionality is now a member of the String type I took the liberty of updating that as well, I hope this is okay