Jorrit Schippers

Results 42 issues of Jorrit Schippers

The readme and license files are always included.

This PR removes files for development and testing from the NPM release package. The README.md file is included regardless of the contents of the `files` array. I was in doubt...

Other Express-related packages like `body-parser` and `raw-body` require `[email protected]` so upgrading this dependency in `compression` saves a copy of `bytes` on all installations that combine `express` and `compression`.

deps

.npmignore was last updated 2 years ago. Since then several new development files were introduced. This PR removes them from the NPM package.

## Subject The ModelType supports sorting the results. This functionality broke when Sonata Admin 4 updated Select2 to version 4. This PR fixes the javascript function `setup_sortable_select2` make this function...

patch

This PR fixes #1946. This bug got introduced with change 1c3d70cce795fe2daaeb4b57ce4013fd08b997aa. When `initialSlide` is set, `targetSlide` was not set to the right value. This is fixed. Also, I think the...

Instead of the `latest` endpoint, I call the API with the current date. In this way, I get the same rates throughout the day, in case something happens to the...

In older versions of @types/react `ComponentType` is an alias for `ComponentClass` and `SFC`. In @types/react 18+ `SFC` no longer exists and `ComponentType` is an alias for `ComponentClass` and `FunctionComponent`.

iterable is an alias for array and Traversable, which are already allowed.