yassh

Results 5 issues of yassh

Currently, an error occurs when zero arguments is passed to `Decimal.sum`. ```js const decimals = [] Decimal.sum(...decimals) // Error occurs ``` Lodash's `_.sum` and Ramda's `R.sum` returns `0` when passed...

Add readonly array support and corresponding test to just-random. This pull request is related to #549.

Unlike the [Can I use database](https://caniuse.com/?search=css-grid-animation), doiuse warns against the usage of `transition: grid` and `transition: grid-*` like this: ``` main.css:2:1: CSS Grid animation not supported by: Edge (129,130), Chrome...

awaiting feedback

例えば404のとき、 ``` fetch API response status: 404 ``` というエラーメッセージだけがログに出るため、microCMSのどのURLで404が発生しているのか分かりません。 せめてURLだけでもエラーメッセージに含めていただけると助かるのですが……。 ## 関連Issue #82