Julian Poyourow

Results 129 comments of Julian Poyourow

**Original comment by Julian Poyourow (Bitbucket: [julianpoy](https://bitbucket.org/julianpoy), GitHub: [julianpoy](https://github.com/julianpoy)).** ---------------------------------------- What do you mean when you say > the right margin should be set at 5" or 5 1/8" I...

I'm not able to replicate this one - would you mind attaching a screenshot along with a HAR file?

See my "bookmarks"/"favorites" response on #655 - I think that'd help solve both of these issues cleanly.

Having a standardized list (rather than personalized) would be very easy to implement. I would suggest that we go that path first, then add support for personalized lists on top...

Sure! The util that generates the json-ld for the general export could easily be repurposed for this.

Although I haven't had time to implement an interface for this, you can grab the JSON-LD for any individual recipe via this endpoint: https://api.recipesage.com/recipes/RECIPEID/json-ld

The core routes have been covered. I'll be holding off on shoppingLists and mealPlans for now and focusing on some of our utils.

Make sense. For now you can grab the HTML of the page linked within the iframe to accomplish this, but I'll definitely look at adding an option for this.

Definitely possible using service worker background sync to perform these actions when connection returns. I'll give this a look.