Felix Erdmann

Results 8 issues of Felix Erdmann

I'd like to use [redis-commander](https://github.com/joeferner/redis-commander) to view contents in a web gui using the following docker-compose file: ``` version: "3" services: tile38: image: tile38/tile38:latest ports: - 9851:9851 redis-commander: image: rediscommander/redis-commander:latest...

I already noticed that SVGs are not supported. It there a way to ignore SVGs in the configuration? Here is the output of `bundle exec jekyll serve --trace` ``` Generating...

enhancement

Adding [senseBox MCU board](https://sensebox.shop/product/sensebox-mcu-2) which is based on SAM D21. Further information about hardware and software can be found here: https://github.com/watterott/senseBox-MCU

### Expected Behavior All plots display each equivalent measurement on mobile devices ### Actual Behavior Plots are cutted and not every measurement is plotted | Full Extent | Zoomed In...

bug
chart

realtime updating data and diagrams would be cool Maybe using [socket.io](http://socket.io/) or [deepstream.io](https://deepstream.io/)?

feature request
chart

When using an email address with suffix, e.g. `[email protected]`, the `+` sign is not encoded correctly. ## Expected Behavior `+` gets encoded to `%2B` https://opensensemap.org/account/confirm-email?email=hello%[email protected]&token=xxx ## Current Behavior `+` gets...

This PR introduces the ability to add OGC WMS layers to kepler.gl. Users can now input a WMS URL, and they have the option to - change the layer -...

**mapbox-gl-js version**: 1.9.1 **mapbox-gl-draw version**: 1.2.0-dev (https://github.com/trygveaa/mapbox-gl-draw/tree/dont-drag-with-multiple-fingers) ### Steps to Trigger Behavior 1. Ionic 5 (Angular) Application with mapbox-gl-js and mapbox-gl-draw 2. ``` new MapboxDraw({ displayControlsDefault: false, controls: { polygon:...

bug
auto-triaged