markmmm

Results 3 comments of markmmm

Which environment variables should be supported `http_proxy`, `https_proxy`? More: https://gist.github.com/yougg/5d2b3353fc5e197a0917aae0b3287d64 ? (In case I find time to look into it, knowing which environment variables will help :) )

Hi - I don't know if it's any better over 'there' - but https://devopshq.github.io/artifactory/ is a fork that seems maintained.

Is this an example of the same issue: ```protobuf syntax="proto3"; package api; message Init { string msg_id = 1; message SetOs { enum OS { OS_UNKNOWN = 0; OS_WIN =...