Bernhard P.

Results 34 issues of Bernhard P.

I have problems with 'get-exif' package related to piexifs [(see get-exif issue #1](https://github.com/shinnn/get-exif/issues/1)). The package 'get-exif' uses 'piexifjs:2.0.0-beta.7'. Tracing down the messages I noticed that the exports in the 'piexifjs'...

Added solution from #242 (referenced in #271) in project by modifying the tsconfig.es5 file (made a copy named tsconfig.es2015.js and used it in gulpfile). As mentioned in my comment in...

ESLint [v7.0.0 ](https://eslint.org/blog/2020/05/eslint-v7.0.0-released) is released . It would be awesome to have official ESLint 7 support.

enhancement

Implementation of the plugin WeekOfYear for dayjs 2.0. This pr is based on pr #2050. See question in issue #2052 about the recommended style of the plugin. So in case...

I'm currently implementing the QuarterOfYear plugin for dayjs 2.0 (as a sample for a plugin that overloads existing Dayjs methods). While on it, I noticed that the question of what...

Implementation of the plugin QuarterOfYear for dayjs 2.0. This pr is based on pr #2050. See question in issue #2052 about the recommended style of the plugin - I do...

Working on the utc plugin for dayjs 2.0 I added more tests from dayjs to get a clean base for further development. Here a list of additions / changes: -...

This PR solves problems with timezone offset that do not contain complete or half hours or that contain seconds. There are a few offsets of this kind in historical dates....

### Description As my project is based on ES6 modules, my tests start with `import path from 'path';` instead of `const path = require('path');` and my package.json contains a property...

Adds examples for parsing and converting and for resetting default timezone.