Jan Schulte
Jan Schulte
Some requests appear to contain non ASCII characters like: - http://wheelmap.org/map?lat=50.40241362526519&lon=30.532023000000006&q=Kiev&zoom=10\xE2\x80\x8B - http://wheelmap.org/map?a=b&lat=61.88420105&lon=11.51690006&q=S\xEF\xBF\xBDlen,midtre&zoom=17 - http://wheelmap.org/map?a=b&lat=59.52750015&lon=9.96829987&q=Hajer\xC3\xA5sen&zoom=17 - http://wheelmap.org/map?a=b&lat=61.61920166&lon=11.12329960&q=Knepp\xEF\xBF\xBDsen&zoom=17 These fail with `URI::InvalidURIError: URI must be ascii only` at: ``` /opt/rbenv/versions/2.2.2/lib/ruby/2.2.0/uri/rfc3986_parser.rb:20 in...
As a user I would like to see the mapping history for a certain POI on the detail page. The reason for this feature is the following: By having access...
Data from Accessibility Cloud (AC) is supposed to be shown for places on wheelmap. For example the user opens a detail page of a node, they see all information provided...
While working on #512 I discovered that the API clients pass data in different ways to the API when they want to create a new node. Android: The Android client...
The wheelmap must be able to run in a readonly mode where users can still browse the map but cannot map any new places. This mode is meant for maintenance...
In order to upgrade the application to the latest 4.2.x release, the following things need to be taken into consideration: Rails 4.1: - use `secrets.yml` - CSRF protection from remote...
Right now creating a new region is not possible via ActiveAdmin. The form under `http://localhost:3000/admin/regions` only offers a name field. My guess here is that not all mandatory fields are...
When I run `bundle exec rake spec` with the following `.rspec` configuration file on master: ``` --colour --format documentation ``` all tests are green. If they're executed in random order,...
#### What happened: I'm trying to build [a custom OpenTelemetry exporter](https://github.com/openclarity/apiclarity/tree/master/plugins/otel-collector) to use the [Trace Analyzer feature](https://github.com/openclarity/apiclarity/blob/master/backend/pkg/modules/internal/traceanalyzer/README.md). I installed the latest collector builder: ``` GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@latest ``` and...
So far we have a couple of unit tests and a few integration tests in place to guarantee in a very rudimentary way that things are working. Instead I'd like...