Thomas Taschauer
Thomas Taschauer
in case anyone wants to pick this up: according to this blogpost (http://blog.yjl.im/2012/03/downloading-only-when-modified-using.html) we should be able to fix this issue quite easily using something like this: curl https://github.com/selkhateeb/heroku-vagrant-dart-build/releases/download/1.2.0-dev.1.0/dart-sdk.tar -z...
For whatever reason it worked for me only when running the pdf2htmlEX command manually from within the container: ``` tom@schleppi:~$ sudo docker run --entrypoint bash -ti --rm --mount src=~/pdf,target=/pdf,type=bind pdf2htmlex/pdf2htmlex:0.18.8.alpha-master-20200623-Ubuntu-eoan-x86_64...
Could be related to https://github.com/kobakei/Android-RateThisApp/issues/78
I'm willing to spend some time to fix this (company I'm working for needs it). Any ideas where to look to fix it? @oscarcpozas
Tried to look into this but I don't have enough knowledge about the gradle / Android build internals unfortunately. It fails on R-entries like this: `int[] styleable ActionBar { 0x7f040033,...
Do you have any suggestions where to look, what to do, what could be wrong, etc? I really tried to fix it but I'm not able to because I don't...
as mentioned in another post, I'd love to contribute here if you give us some hints where to look. in any case I'm glad to see you are actively working...
anyone had time to look into this and at least partially understand what the problem is? I don't know enough about the Gradle internals to figure it out myself
I found a workaround that works for the project I'm working on: combine the code of several modules into one using multiple sourceSets. ``` sourceSets { main { java.srcDirs =...
> I suggest for us to not keep the source files We need the source file for editing. That only applies to ODF (ODT, ODS, ODP, ODG), but that's our...