Trygve Aaberge
Trygve Aaberge
This is not a bug report against a single script, more a comment about some of the notification scripts in the repo. There are a lot of them, many for...
Calling onDrag when multiple fingers are touching the map causes a delay when you start pinch zooming. This is because the pinch is interpreted as a tap in the beginning,...
This lets people just import @mapbox/mapbox-gl-draw instead of having to import @mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.js. It's standard practise to set the compiled file in main, and most other packages including mapbox-gl does so.
These are all the library methods that all the modes use. Exporting them makes it possible for others to write custom modes which provides the same functionality. Fixes #786
As far as I can see, there is no type for the component itself, only for the options sent into the component. This type is necessary if you have a...
Using organize imports in a `.ts` file with coc-tsserver is working great. However, if I try to use it in a `.vue`. file with a `` section it's not working....
### Describe the bug I'm trying to include an external css file in my html, but vite transforms it to an import from the javascript bundle, so I get this...
### Feature description It would be useful to have an API function which establishes a WebSocket connection and allows you to send and receive data over it. So it would...
## Bug summary If you create a new buffer and print a line to it, without switching to it, `first_line_not_read` is `0`. Shouldn't it be `1` since you haven't read...
## Feature description As far as I can see, it's not currently possible to listen to changes to the read marker. E.g. wee-slack needs this to update the server with...