Daijiro Wachi
Daijiro Wachi
Hello :smiley_cat: I play to change like this: ``` js var obj = [['C4', 1/4], ['D4', 1/4], ['E4', 1/4]]; var obj2 = [['E4', 1/4], ['F#4', 1/4], ['G4', 1/4]]; var b...
Probably because of these deps. PR is welcomed. https://github.com/watilde/beeplay/blob/master/package.json#L27-L28
@mauerbac Kindly asking for re-opening this, thank you!
Leaving a comment to keep this opening.
Since we've already started working on WHATWG URL impl in Node.js, it really makes sense to try to have some of the other standard APIs. I'd +1 on @bmeck's scope.
Double Width -Currently there is no way to get the width of the East Asian Width in Node.js. In npm, it is fixed by using `option`. https://github.com/npm/npm/issues/11781
@martinheidegger ahh that may be true. Let me take a look into it.
I started to implement `i18n` in npm on https://github.com/npm/npm/pull/12298
This fix prevents inconsistencies caused by `toFixed(1)` rounding. e.g. preventing 999.95 from displaying as "1000.0". > Why was this only done for two of the units? + kB → MB...
rebase on the latest and added the tests to tar as suggested