Bernhard P.

Results 34 issues of Bernhard P.

Shouldn't we add a branch 'next' to this repository for changes that affect dayjs 2.0 only (e.g. for required plugins for some units in 'add')?

Using 'UTC' (or any timezone with utcOffset 0) will return a false date. This pr also fixes the following issues + issue #2108 + issue #2037 + issue #2110 +...

🚨 High Priority

Looking at the source, there is a definition for a class named `Dayjs` with a constructor. Even in the type definition files I can see this class in the namespace...

This PR updates PIG to enable customization of ProgressiveImage and thereby extend the html created within each \ tag. I did not merge all my commits to make it easier...

In the function that translates a (short or long) month name to the corresponding month number there is an error concerning the modulo function: `(matchIndex % 12) || matchIndex` translates...

The version number in the meta tag in the plugin object (line 127 in src/index.js) must refelct the version of the package (see [eslint documentation](https://eslint.org/docs/latest/extend/plugins#meta-data-in-plugins)). Probably this can be done...

Fix typos in tests, duplicate test descriptions and improve code formatting. This PR extracts parts of pr https://github.com/iamkun/dayjs/pull/2084 to make that PR more reviewable.

Most tests use `it(...)`, but some use `test(...)`. This PR changes all tests to use `it(...)`. This PR extracts parts of pr #2084 to make that PR more reviewable.

This pr solves part of issue #1921 by automatically informing creators of stale issues after 60 days and closing these issues automatically after 2 more weeks. This github action should...

Calling license-checker with options crashes, when options `--production --unknownonly` throws: ``` >npx license-checker --onlyunknown --production Found error Error: No packages found in this path.. at D:\Projekte\github\start-server-and-test\node_modules\license-checker\lib\index.js:353:19 at D:\Projekte\github\start-server-and-test\node_modules\read-installed\read-installed.js:142:5 at D:\Projekte\github\start-server-and-test\node_modules\read-installed\read-installed.js:263:14...