augray
augray
+1
For the os/arch question, how about using a [gradle.properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_properties_and_system_properties) to specify what your os/arch are? For expressing dependencies, would it be possible to allow a way to optionally use an...
I'm evaluating pygradle as an option for our build. Just want to clarify-- as it stands now, is Artifactory pro required (assuming you want to pull/push artifacts somewhere other than...
Thanks for letting us know! We're investigating and have found that some (though not all) ad-blockers do cause issues signing up for the email list. You can try temporarily turning...
Great, thanks for capturing the trace here!
Sorry for not seeing your comment earlier. Yes, please do!
it turns out that there [is no safe way](https://stackoverflow.com/questions/73821235/python-file-truncate-with-one-writer-and-one-reader) to truncate without risking lost logs while streaming from a shared file. However, if we do this over a pipe, the...
I just remembered it's already available via API call as well, at `/api/v1/meta/versions`. The response is a json object. You want to display the version under the `server` field. It...
It appears that your version of eventlet depends transitively on a lib that claims to be python3 compatible but is actually not. Can you do `pip freeze | grep eventlet`...
I should mention that unless eventlet has updated their allowed dependencies, it could be that pip just happened to randomly resolve to that lib, and you'll have to `pip install`...