Jeremias Volker

Results 72 issues of Jeremias Volker

Would be great to be able to modify the animation time and easing of the animation back to the home position by being able to pass [zoom/pan options](http://leafletjs.com/reference-1.1.0.html#zoom/pan-options) to [setView](http://leafletjs.com/reference-1.1.0.html#map-setview).

I'm trying to run the [mongo-single-replica example]( https://github.com/prisma/prisma-examples/blob/latest/databases/mongodb/docker-compose.yml). When starting docker-compose I first ran into https://github.com/prisma/prisma-examples/issues/3579. I solved it by changing the ports, as suggested in the issue: ``` ports:...

I've used `./importer --oneshot=/` with the binary version and this (extracted) OSM file: http://download.geofabrik.de/europe/germany/berlin-latest.osm.bz2 The importer crashes with `Unknown turn restriction no_entry`: ``` - Running convert_osm on /Users/jerry/Downloads/berlin-latest.osm Read /Users/jerry/Downloads/berlin-latest.osm...

I think the up and down height direction is counterintuitive. The up position should have a higher number compared to the down position. Increasing the numbers should lift the pen...

I've wanted to plot only a smaller area of the original SVG a couple of times to test stroke widths and colour of the physical pen, etc. Since #53 is...

The plotter stopped close to finishing this print: ![image](https://user-images.githubusercontent.com/546852/89659051-9d78f000-d8cf-11ea-8abd-77ca05f02849.png) ![20200807_165327](https://user-images.githubusercontent.com/546852/89658323-b503a900-d8ce-11ea-9c64-b3466c570721.jpg) [taranaki-rivers-bug.svg.zip](https://github.com/nornagon/saxi/files/5042086/taranaki-rivers-bug.svg.zip) The UI was unresponsive (tried to press pause/resume which didn't work). On the board the USB led was flashing...

An error within an extension is currently throwing "The artwork format is not installed:" even if the artwork is installed but is causing an error. It should be a specific...

Related to https://github.com/OpenframeProject/Openframe-Website/issues/14. I just saw in `/home/pi/.config/lxsession/LXDE-pi/desktop.conf` the second line is `window_manager=openbox-lxde-pi` Maybe switching to this window manager from `matchbox` could give a performance improvement?

The transitions between artworks on the screen seem fine but with `DEBUG=*` I get the following errors on the console. Tested on current master with Pi3B. After website: ``` openframe:frame_controller...

bug

It would be handy to change autoboot settings without resetting the whole frame. Would be great to have this available via the CLI. For example: `openframe -b` could show a...

enhancement