Martin Aspeli

Results 5 issues of Martin Aspeli

I followed the "out-of-band" example for getting a token: ``` import flickrapi import webbrowser api_key = u'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' api_secret = u'YYYYYYYYYYYYYYYY' flickr = flickrapi.FlickrAPI(api_key, api_secret) if not flickr.token_valid(perms='read'): flickr.get_request_token(oauth_callback='oob') authorize_url =...

Hi, I'm on OSX Mojave, with SS 3.28.0. It's worked fine in the past, but recently I've noticed that changes I make locally are never pushed (to github, in my...

The code only checked for month, not year, so an event spanning across the new year would potentially be hidden/shown when it shouldn't be. Also, there's a problem whereby the...

Because of the way the `_eventTargets[UID]` lookup is only set when the component is first mounted, it seems that on the first click/mouseover/mouseout, the first parameter to the event handler...

This allows us pass a prop `addEventClass` which can return an object or string (whatever `classnames()` accepts) with additional CSS classes to apply to the event. This means we can...