Michael Toppa
Michael Toppa
I've run into the same issue trying to use Draper with the audited gem. The audits can be accessed as, e.g. `Audited::Audit.new`. I've tried a variety of syntax in a...
Hi @excid3 - we'd be happy to do more on this. We started by trying to refactor the Webhook class from @vickyonit 's PR, to match the convention of the...
Sure! This one shouldn't be too complicated. The relevant parts of the code are: - Public/ShashinPhotoDisplayerPicasa.php - that's where it lists the sizes that Picasa used to require. I don't...
Could you tell me how you'd like to use the description? The descriptions can be long, so they don't work well as captions. Maybe hover text?
Please let me know the following - when this error happened, were you: 1. synchronizing an album added to Shashin 3 previously, or adding it for the first time? 2....
Thanks for the additional information. I have run into this a couple times myself - it can happen when adding a lot of albums at once (I have 40 albums)....
Thanks! I was uploading files successfully, but my JS was nonetheless getting an ajax:error response. Adding `:data => { :type => 'text' }` to the form fixed it. If it...