Dave Rayment

Results 68 comments of Dave Rayment

Thanks for reporting this, @t3539 . I'm the contributor who originally wrote this function and the associated tests. I've confirmed that when the padding option is provided, the map does...

Hi @t3539. The parameter is a `Point`, so you need to provide both x and y values. For example: `map.panInside(latlng, {padding: [500, 500]});` Supplying only one will set the x...

@t3539 This isn't a Leaflet bug, so could you close this issue, please?

Thanks for the feedback, @johnd0e. To answer your points in turn: - `padding` is always a point for map methods, so I think it should remain consistent. Places which differ...

@romulof We already have `WebBrowserPreviewer` which wraps a web view and which supports HTML, PDF and Markdown, plus the formats that Monaco supports (which is lots). Is there a file...

There is a built-in way to do this in Windows. Press ⊞ Win+V, which will open up your recent Clipboard History: ![Image](https://github.com/user-attachments/assets/420413c5-aa63-4692-b67e-6cac13cce24b) You can click on an entry in the...

Ah, I think I understand. So you'd like to be able to set phrases which are automatically expanded into the full text? So you'd type something like "cvlink", and it...

Closing, as the author does not intend to complete the PR.