Tom

Results 15 comments of Tom
trafficstars

Well, probably not that hard... In ForeignKeyGenerator.php the code explicity takes element [0]. Perhaps it could be an option to `implode(',', $foreignKey->getLocalColumns())`? Or just return the entire array as array,...

+1 for this update, right now it's either "write full attributes" or "don't have the explanations in the data structures" (not using beta)

I started from the demo fiddle on your readme, and ended up with this one: https://jsfiddle.net/ut1d21mx/ I had to change the options a little to reflect what I need in...

Well, it's because "maintainAspectRatio" causes everything to increase in size because of the slider bar having a forced width, thereby increasing the width of the canvas, or something. But even...

Any news about this? I could still use it :-) But don't want to push you or anything

Pretty sure this is relevant: ``` // fetch a particular user's story function getStory(userId, callback) { return fetch(`${FEED_API}user/${userId}/reel_media/`, { accept: 'application/json', credentials: 'include' }).then(checkStatus) ``` and ``` // fetch the...

I gave it a little try yesterday, but failed, because the rest of instaLooter is not based around the json structures in the API, but rather those of the site....

Another site with this same issue: https://markmanson.net/this-is-water (and the other articles on the site)

This seems to have been implemented, but sometimes (for example for medium.com articles) I would like to have the comments included in my epub, because they are interesting. The default...

@ihor I suppose "this weekend" has already passed, and there are 3 PRs open that seem nice :-) Not that I need them right this instant or something, but for...