Christoph Bünte
Christoph Bünte
I would like to start the robovac based on several criteria for example the battery level. However it is not directly exposed by this integration. I was able to help...
AWS cloudwatch metrics for AWS/Billing have an additonal dimension called `LinkedAccount` for a setup with federated billing. Please add support of a template variable that can be changed to be...
I set my ~/.aws/config up with several profiles. When i want to refresh my tokens, i want the google password to be read from my keychain (which i set up...
According to the definition of a V4 UUID, event_id is supposed to be unique for every event. Unfortunately we see the same event_id more than once in our collected data....
Hi i ran into this issue when running the unifi poller in docker: ```json.Unmarshal(ugw): json: cannot unmarshal string into Go struct field SystemStats.system-stats.temps of type map[string]string``` I enabled debug logs...
When running bundle exec rake deface:precompile it stops with this error message. Unable to precompile 'spree/contact_us/contacts/new' due to: Missing template spree/contact_us/contacts/new with {:locale=>[:en, :de], :formats=>[:html], :handlers=>[:builder, :coffee, :rabl, :erb], :versions=>[:v1]}....
Is there a chance this extensions gets a version bump to 2.4? It would be really appreciated.
I want to extract the GIS geometry from a given OSM node/way/relation and use it with rgeo or any other ruby geo library.
``` bash org.springframework.web.client.HttpClientErrorException: 404 Not Found at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:76) at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:524) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:481) at org.wheelmap.android.net.request.RestTemplateExt.doExecute(RestTemplateExt.java:43) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:453) at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:251) at org.wheelmap.android.net.request.RequestProcessor.get(RequestProcessor.java:84) at org.wheelmap.android.net.AbstractExecutor.executeRequest(AbstractExecutor.java:232) at org.wheelmap.android.net.SinglePageExecutor.executeSingleRequest(SinglePageExecutor.java:68) at org.wheelmap.android.net.NodeExecutor.execute(NodeExecutor.java:59) at org.wheelmap.android.service.RestService.onHandleIntent(RestService.java:105) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java)...
``` bash org.springframework.web.client.HttpClientErrorException: 400 Bad Request at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:76) at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:524) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:481) at org.wheelmap.android.net.request.RestTemplateExt.doExecute(RestTemplateExt.java:43) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:453) at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:332) at org.wheelmap.android.net.request.RequestProcessor.post(RequestProcessor.java:90) at org.wheelmap.android.net.AbstractExecutor.executeRequest(AbstractExecutor.java:235) at org.wheelmap.android.net.NodeUpdateOrNewExecutor.execute(NodeUpdateOrNewExecutor.java:103) at org.wheelmap.android.service.RestService.onHandleIntent(RestService.java:105) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) at android.os.Handler.dispatchMessage(Handler.java:102)...