Raphael D. Pinheiro

Results 21 comments of Raphael D. Pinheiro

Yes, it happened with me too. ``` var stringScore = require("string-score") console.log(stringScore('1','1ó')) ``` It seems the algorithm confuses itself when adding extra characters at the end of the string.

Ok, I didn't see it, thank you!

When this will be released?

Oh, its sad. Thanks for the advise.

Hi @KrickRay, thank you for your suggestion! Like @lnlwd said, a `fontwr install` (like `npm install`) feature will be released in the milestone mentioned. Please see #6 for more details....

Hey! That is a good idea. Nowadays we can replace a lot of underscore functions with native ones. PRs are appreciated! :rocket:

GitHub API (v3) seems to not provide a way to filter fields. I'm leaving this issue opened but without a milestone. Any ideas or PR are welcomed.

Hey! Yes, sure. Thanks to volunteer! I've written this project more than 3 years ago, so I think we could use `async/await`. What do you think?

Gulp is just to run `ESLint`. I can handle that in a separated issue, don't worry!

I've got the same here. It seems that `this.body` is typed as `object` (in `phaser.d.ts` the `body` has this signature: `object | Phaser.Physics.Arcade.Body | Phaser.Physics.Impact.Body`) and not as `Phaser.Physics.Arcade.Body` after...