On 23 Nov 2015, at 17:46, Skip Lentz <skip.lentz@inria.fr> wrote:
On Nov 23, 2015, at 5:32 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:On 23 Nov 2015, at 16:55, Skip Lentz <skip.lentz@inria.fr> wrote:On Nov 23, 2015, at 4:46 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Is there any guide on how to use it? I���ve opened the tool, entered a username, left out the password field blank. Then I get nil exception because `self avatarUrl` of GHLoggedInUser returns nil.
Ah yes, that part might not be clear. The idea is that you can either enter a username and password, or enter an access token for the API and leave the password field blank. I wasn���t really sure how to convey that in the UI, perhaps this made it even more vague.
After you���ve entered the login details, the repositories you own are loaded into the dropdown list and a log is shown with the last 25 commits (yes, it���s limited to that for now).
Ok, when I enter a username and password, I get "receiver of asDateAndTime is nil��� in #setDateAndTimeMapping:.
(should it work on Pharo 5?)
Hmm yes it should work in Pharo 5. I didn���t get this error yet. Can you tell me what the receiver is of #setDateAndTimeMapping: when it occurs?