Bernhard P.

Results 147 comments of Bernhard P.

Just 2 more remarks: 1. ps-tree has a lot of vulnerabilities reported by `npm audit` and the last version is 6 years old (the package is probably abandoned and no...

@MikeMcC399 > 2. should we require an optional windows feature for a function like start-server-and-test? I agree that this is not a real solid argument - more of a personal...

Perhaps it would be a good idea to allow for all time zone formats that dayjs supports in line 253? In customParseFormat the definition for zone strings is `const matchOffset...

@iamkun : the check for strictness (even in the original implementation) makes use of the 'format' function of dayjs. But the 'format' definition for the token 'Do' (Day of Month...

I do not completely understand when the problem occurs. @rbertucat could you show the html and js you used to generate the map? Do you use a programming framework like...

> somehow stackblitz doesn't allow me to run the example in its own windows. I know this problem all too well ;-( `map.getContainer()` should always return the container of the...

I'll take a look at it on the next weekend - quite busy at the moment :-)

Basically we could give some hints on how the "Include Control.FullScreen.css in your page" from the "How?" section can be done in esm based frameworks. But the PR is for...

This hack solves the problem of using the plugin in an esm environment (as 'fullscreen' has a dependency - leaflet - we have a 'require' in the code, which will...

@pmev0 i didn't want to show any kind of disrespect by using 'hack' 😄 The plugin of unbam works, because he simply extends the global leaflet object. But this plugin...