Sir.Nathan (Jonathan Stassen)

Results 6 issues of Sir.Nathan (Jonathan Stassen)

*Description of changes:* Fix Indentation in example

Hey there, seems I am unable to update a single value of a model using standard method per Laravel docs. I'm guessing the overwritten `save()` doesn't support some of the...

This has been customized a bit to fit my needs, and have no intention to take the time to make the script backwards compatible at this time. However it may...

python

Fixes https://github.com/IanVS/eslint-nibble/issues/107 # Background [`eslint-summary`](https://github.com/davidwaterston/eslint-summary) provides the summary line for `eslint-nibble`. ![image](https://user-images.githubusercontent.com/220755/230822681-530510d9-caee-465e-b714-d5af3e9a0ae7.png) While `eslint-nibble` has been maintained, `eslint-summary` has not for ~8yrs. For example `eslint-nibble` is using `"chalk": "^4.1.1"` while...

# Background [`eslint-summary`](https://github.com/davidwaterston/eslint-summary) provides the summary line for `eslint-nibble`. ![image](https://user-images.githubusercontent.com/220755/230822681-530510d9-caee-465e-b714-d5af3e9a0ae7.png) While `eslint-nibble` has been maintained, `eslint-summary` has not for ~8yrs. For example `eslint-nibble` is using `"chalk": "^4.1.1"` while `eslint-summary` is...

Seems that the checker is not picking up on a libraries typings where the parameters can indeed be `null`. ``` Don't pass nullish arguments to a function that expects a...