Max Fan
Max Fan
@Ullaakut What about looking at followers (i.e. if there are some followers with really good reputations/repos, then the person should be considered more trustworthy). Through this, we could slowly build...
Another idea might be to look at issues opened/discussions made and the length/people who responded (it is hard for bots to have genuine comments). The ideas I suggested can all...
A prompt could be scripted in asking for the domain name.
If you're using a Mac and browse Chrome in fullscreen mode, you can just hide the mouse in the corner and it disappears from your screen. I'm not sure if...
What is the status on this?
What is the status on this? The benchmarks are still failing . . .
I can confirm and reproduce in a Dockerfile.
From looking at the code, I don't think so. But, you can verify a file given a certain hash. https://github.com/opentimestamps/opentimestamps-client/blob/b51a9492c4a35f86f4c02371a0825e24087d371c/otsclient/args.py#L210-L211
I don't believe it is necessary to pin the exact hashes, but doing so ensures that everybody starts off with the same image, eliminating a source of non-reproducible. I have...
To answer your question, I'll get other architectures (and Ubuntu) built once I manage to figure out how to make builds reproducible. There isn't a reason to use GitHub Actions...