Torbjørn Sørli

Results 5 comments of Torbjørn Sørli

Why isn't this pull request accepted yet? I just arrived at the same changes for Guava 20 and discovered this pull request as I was about to create one of...

Looks like it might have been built from https://github.com/c-rack/cbor-java/commit/ec5a2ba19ad96520f830dabe15f7458e9ef279b9 ? At least it matches the release date shown in Maven Central, and the other changes from that day are included...

Is this enhancement very far down in the backlog? Working with the `kotlin-kapt` plugin in addition to the Android plugin, the list of configurations to ignore is getting long: ```...

@Vampire Awesome, with some minor edits, that can even add full regex support: ``` apply plugin: 'org.owasp.dependencycheck' dependencyCheck { quickQueryTimestamp = false // when set to false, it means use...

Aztec generators that have been used to achieve this in other projects: * Java/Android - Google ZXing https://mvnrepository.com/artifact/com.google.zxing/core * This required some adaptions to fully support binary data, since the...