Hans-Christoph Steiner
Hans-Christoph Steiner
What would be a use case for this? If people want to redistribute APKs downloaded using _apkeep_, they could use _fdroidserver_'s verification methods.
I hope this isn't too off topic, I'm interested in furthering the development of running the emulator in CI on GNU/Linux. I've gotten the new emulator running under Docker in...
Another detail to keep in mind: TLS Sessions can be used like a cookie. In TLSv1.2, that cookie is plain text, so any network that the packet passes through can...
yes you need to create a Weblate component for each different translation file type, even if they are in the same git repo.
Since this stuff was fresh in my brain, I rebased this on top of my #90 pull request: https://github.com/eighthave/go-webrtc/tree/build-from-scratch And threw it in a gitlab-ci job running in Debian/testing: https://gitlab.com/eighthave/go-webrtc/-/jobs/124653582
This is perhaps more interesting, it is running only the `go build` on various Debian and Ubuntu versions: https://gitlab.com/eighthave/go-webrtc/pipelines/37678401 Seems the _pkg-config_ libs also needs an update.
FYI `webrtc-linux-arm.pc` won't ever work for Android since it relates to a GNU/Linux system. Android is only Linux, no GNU at all, not even glibc.
The standard Python _setup.py_ should also be included while you're at it. Then every Python dev and distro packager can automatically know how to install this project, without having to...
About CLAs, they are a contract. This CLA is a custom document put together by Google's very expensive lawyers to protect Google. The first reasonable step to getting unpaid contributors...
Feel free to use my code for doing this that is in Checkey: * https://github.com/guardianproject/checkey/blob/master/src/info/guardianproject/checkey/Utils.java