Falko Richter
Falko Richter
works on my machine :(
`TRAVIS=1` omits the tests that failed before, thanks for the tip!
There is some problems regarding already escaped charaters from the original data
we have a workaround: csv2android.rb: ``` require 'uri' module Babelish class CSV2Android < Csv2Base attr_accessor :file_path def initialize(filename, langs, args = {}) super(filename, langs, args) @file_path = args[:output_dir].to_s end def...
We're using 23: https://github.com/austrianredcross/stopp-corona-android/blob/develop/app/build.gradle#L20 And the German project 23: https://github.com/corona-warn-app/cwa-app-android/blob/master/Corona-Warn-App/build.gradle#L33 Does this help? That's a lot of reference now 😁
I don't know about the reasoning behind choosing 23. I'm contributing to the 🇦🇹 app, yes. But the information I provided might as well just from my observations of public...
on https://developers.google.com/android/exposure-notifications/exposure-notifications-api#architecture it now states: > For your app to work on a device, the device must run Android version 6.0 (API version 23) or higher. I guess 23 is...
I had the same discussion on the Austrian app project. https://github.com/austrianredcross/stopp-corona-android is integrating the EAP as well right now and I was concerned the AAR will be outdated. We will...
I create a downtime like this, it's not the best but it works: ``` resource "datadog_downtime" "downtime_cet_11pm-9am" { count = var.enabled[terraform.workspace] ? 1 : 0 scope = ["*"] // downtime...