Ryan Morris
Ryan Morris
Any word on this? I have objects with full time/zone information `2017-12-12T16:12:00-05:00` but it gets changed to the browser time zone, I'd like to preserve the timezone from the input...
I tend to avoid using databases inside docker containers because they are too difficult to tune properly, especially with one as big as OSM. Though I do understand this is...
@fjbardelli add a build arg like shown in the README
I agree with @hoetmaaiers points, the `.d.ts` files at best tend to lag behind new versions of projects. Some projects are not receptive to including them (see [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types)) at all...
@Falke-Design I put together a very small demo [here](https://codesandbox.io/s/zealous-dhawan-svinj?file=/src/app/app.component.ts) . It's an Angular project as that's what I'm most familiar with and could knock out the fastest. I'll try and...
Actually it looks like the React one you linked works fine if you update the `@geoman-io/leaflet-geoman-free` dependency on the left to 2.8.0 (the one that shipped the typings) or later,...
That makes sense, wasn't sure if you just wanted a basic example of typescript integration or a more feature complete demo. I know I can expand on the angular version...
@Falke-Design I didn't have anyway to modify the branch/PR in #791 so I forked off there and re-opened as #825 . I don't have time at the moment to cover...
I did a quick pass through of the docs here to try and start getting everything covered. My biggest issue at the moment is the events conflicting with the leaflet...
@Falke-Design that may not be a bad idea, especially in the short term while we know there are some issues / missing pieces. My hope is that everything will end...