Carsten Hagemann
Carsten Hagemann
@silverwind hey, I tried to fix it with `brew reinstall git --with-openssl` but unfortunately it doesn't seem to fix it. I am still having this gopkg issue on macOS Sierra...
RSS :+1: Mail (Notifications) :-1: A Pastebin shouldn't deal with storing user data or logins imo.
Same request here, can you please add a LICENSE file? I have submitted a PR for this #3, but yeah, technically probably not copyrightable.
@Konstantin8105 Sure, I will move it. Which License would be preferrable? I have no problem with MIT/Apache/GPL etc, just tell me which :)
@Konstantin8105 Hey, I've moved it out to a repo: https://github.com/carstenhag/springerproblem It's under the MIT License now :) Thanks for your work on c2go!
For reference, `go fmt` formats imports, once it's like `import ( ... )` from ``` import ( "sort" "math" "os" "github.com/elliotchance/c2go/noarch" "unsafe" "reflect" "github.com/elliotchance/c2go/darwin" ) ``` to ``` import (...
Verbose output of jetifier-standalone: ``` carstenh ~ git MX dcs-app-development-android ERROR % ~/Downloads/jetifier-standalone/bin/jetifier-standalone -i ~/Downloads/zxing-1.9.13.aar -o zxing-1.9.13-jetified.aar -l verbose VERBOSE: [Config] Using the...
Okay, after more troubleshooting it seems like `jetifier-standalone` is misleading/not working right. I added the dependency to an empty project and with jetifier off, it won't build if added. ```...
Ok, `me.dm7.barcodescanner:zxing:1.9.13` requires `me.dm7.barcodescanner:core:1.9.13`, so that one does need to be transformed. ``` \--- me.dm7.barcodescanner:zxing:1.9.13 +--- me.dm7.barcodescanner:core:1.9.13 | \--- androidx.legacy:legacy-support-v4:1.0.0 ..... ``` Changing this ticket title to reflect that the...
I only have one Mac, and I have not updated yet, I know :p. Not sure when I'll be updating, I'm still waiting.