Peter Olson

Results 37 comments of Peter Olson
trafficstars

In this case you would want `bigRat(12.90).toString(16)` to return `81/a`?

`toString` returns numbers in the `numerator/denominator` format. The `toDecimal` method returns a decimal approximation. Maybe you want `toDecimal` to support different bases?

If you get the `Maximum BigInt size exceeded` error, that means you have exceeded the memory limitations. It seems that the V8 engine only allows up to one billion bits...

Here's the stroke data with the correct order: ``` {"strokes":["M 217 376 Q 217 379 218 380 Q 225 432 229 485 L 231 521 Q 232 542 232 562...

Here's the stroke data with the correct order: ``` {"strokes":["M 317 657 Q 428 684 431 686 Q 438 693 435 701 Q 428 711 402 718 Q 372 724...

An exception should be made for assignments where the left and right side are the same. For example, ``` x = x; // no problem x = x + 1;...

@Mitcheljager Still happening > npm install svelte-confetti@latest npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]...