Marco Arthur
Marco Arthur
Try to pipe to xclip and sup freezes, because xclip is waiting to read from stdin. If I run ps aux | grep xclip and kill -9 the xclip running,...
Subutai user on public slack, reported us problems on installation of PeerOs using instructions on https://docs.subutai.io/Products/PeerOS/03_Run_PeerOS_with_Vagrant.html He got stuck on: default: subutai is installed default: Container storage already mounted. default:...
Gorjun has no DEBUG option. But has a logger that can be set to this level of verbosity. This should be set and then in the relevant parts we should...
Since we have the integration tests we need to add Travis-CI and/or Jekins services for continuous integration of Gorjun
Write dependency rules to modules, so we guarantee we build gorjun against the latest go modules. Since this is the rule for Jenkins build
This issues should be investigated, to understand how the clients are sending requests to Gorjun. Ideally, we need debugging information for each upload request received. So problems with clients can...
Gorjun saves the username into database with normalized lower case, but don't apply this normalization when trying to retrieve username in upload operation (maybe in other operations too). How to...