Bernhard P.

Results 147 comments of Bernhard P.

Sorry, but we cannot change this project by replacing 'require' with 'import' as this would make it unusable for commonjs users. But I spent a little time to try to...

As I already said, I am not an experienced React programmer, but I use typescript in Angular projects on a daily basis. So when I inspect the stackblitz demo, I...

@brunob I do not have any problems with such questions - I use it to learn something about other topics / projects; perhaps I can use it anytime in the...

AFAIK using the plugin after installing it with e.g. npm makes this plugin a module and that is the 'secret". A module must (I think it is 'must') have a...

This is similar to issue #1852 only for the "T" character as a legal separator character. As an additional problem the parsing will fail because the logic for 'strict' fails...

Just as kind of a workaround: escaping the 'T' will solve this problem too `dayjs("2021-01-26T14:25:04.871Z", "YYYY-MM-DD[T]HH:mm:ss.SSSZ", true)` But as this is a very common format, I would prefere a solution...

You have 2 problems 1. 'dddd' is similar to the issue #1802 - dayjs (and moment too) don't have a `dddd` parsing format This should be a feature request 2....

@bahmutov: is this pr an acceptable way to handle the situation that the package ps-tree seems to be unmaintained? I created a pr for the problem in ps-tree (see indexzero/ps-tree#62)...

This is a little more compact version of PR #1862; solves issue #1237 too.

The homepage field is an "official" field of the package.json file. As this project has this impressive demo page, IMHO the idea of using this page as a project homepage...