Christian Wolf

Results 377 comments of Christian Wolf

The problem here is that the "trivial" approach to allow the browser fetch the recipe from the 3rd party server conflicts with the strict CORS settings by NC. In fact...

For sake of completeness: The idea of @TheMBeat was to use a library like [this one](https://github.com/jadkins89/Recipe-Scraper) that provides a set of recipe site parsers. One has to check if we...

The license problem is not affected by your suggestion at all. Of course, we could do a server parsing and then fall back to some heuristics if no schema.org data...

Since it is your idea, i put you as a responsible for this issue. We can split this issue into smaller really good GitHub task lists. Apart from that, i...

Just out of curiosity: The quotes should not be there unless the schema.org data (aka the JSON included) is partly broken. Could you please look for one recipe with a...

@bluszcz If you need help with the dev env you can contact me. BTW, why are you in need of a reverse proxy?

Just my 50ct: I was planning to replace the message boxes (`alert` and `confirm`) by modal dialogs (#842). Just to avoid duplicate work.

This is similar to #127 in the sense that inter-app coordination would be required. I am not (yet) sure/convinced how this can be achieved in an easy way as the...

This is a bigger one, as the recipe's metadata needs to be saved in the DB as well for faster access. This will be a disruptive modification and should be...