Mehmet Beydogan

Results 24 comments of Mehmet Beydogan

I have the same issue with default user pass or configured ones and there is nothing in container logs about it.

Hi @peter-murach I think, Base64.decode64 cant decode some UTF-8 characters. Is there a way to get parsed readme? With custom media types as mentioned here: https://developer.github.com/v3/repos/contents/#custom-media-types Here is full-trace: ```...

I tried following request; ``` ruby github_api.repos.contents.readme "airbnb", "ruby", media: 'html' ``` and got: ``` ruby MultiJson::ParseError in ReposController#show 795: unexpected token at '

@jvanbaarsen Exporting and importing through IC interface make things easier but still has overhead for people just want to try out IC quickly. I think most Heroku users are a...

@jvanbaarsen It looks good for me, I will have sometime to work on this in this and next week. We can worry about plugins later, as you said just assume...

Here is a short video from dokku-man deployment button: https://www.youtube.com/watch?v=QdUy8-Ttym0. User selects the branch to deploy and clicks deploy button, then it prints out the logs using ActionCable. A public/private...

@jvanbaarsen I agree that its not a good implementation it was the POC code and need to be refactored :+1: I would like to hear your thoughts.

@jvanbaarsen 1) I agree with this, its not a good practice to checkout the code on server, running a container might be a better option. 2) In my implementation, its...

Reference for TravisCI: https://docs.travis-ci.com/user/deployment/custom/

This library is basically unusable as it is since anyone can decompile the app or sniff the requests to obtain API Key and can cost you $$$$$ by using your...