Ben Ritter
Ben Ritter
When an icon cannot fit on the map and is skipped, a small dot should be drawn in its place in the appropriate colour. All of these dots should be...
The discussion in #308 indicates that `this.change(this)` is incorrect, adding a listener instead of triggering a change event. closes #308.
Minor nitpick: I expect the window to minimise to the taskbar in the normal way when I click on the minimise button in the title bar. If I want to...
## Reproduce ``` javascript new Mongo.Collection('mycollection', {connection: null}); Mongo.Collection.get('mycollection', {connection: "dummy val"}); // It only matters that connection is included. ``` ## Result ``` Uncaught TypeError: Cannot read property '_lastSessionId'...
* **OS version**: Linux * **Browser version**: Firefox * **Extension version**: 3.0.10 ### 🐛 Describe the bug If I click away from the dropdown timer while editing the description, my...
With #22, the "move overlay" button is no longer needed to work around #2. It should be transformed into a "move banner" button, simply changing the offset at which the...
This plugin effectively bypassing zoom snapping when scrolling with the mouse, but anything else that changes the zoom -- pinch zooming with a touch screen, or calling `fitBounds()` -- causes...
If the mouse moves at all while scrolling, the map pans with the mouse movement in a very janky way, as shows in this video: https://user-images.githubusercontent.com/3784591/201303563-7ab133c3-1969-4476-8187-850ce9b49482.mp4 This seems to fix...
My idea for surfacing the provenance of values in the output to the user, and providing clarity and control for the round-trip problem is this: **Let the user configure if...
The Java bindings implemented in the `osm2streets-java` crate are functioning (see #68) and being used in the dev build of [JOSM2Streets](https://github.com/BudgieInWA/JOSM2Streets/). In order to distribute the JAR though, builds targetted...