Denis Papathanasiou
Denis Papathanasiou
Hi, and thank you for creating this repo. I was looking for a simple way to convert tex files into book-style pdfs for print on demand services, and this was...
func (*Context) FormFile returns null in debian 9 (formerly: "File Upload behind nginx proxy fails")
I've written a simple web app using the [single file upload](https://github.com/gin-gonic/gin/tree/master/examples/upload-file/single) feature by calling [func (*Context) FormFile](https://godoc.org/github.com/gin-gonic/gin#Context.FormFile) as shown in the example. I run the app on post 9001, and...
The [AllRecipes parser](sites/allrecipes.py) no longer retrieves active URLs correctly: ```python >>> recipe = AllRecipes("http://allrecipes.com/recipe/8026/sugarless-fruitcake/") Traceback (most recent call last): File "", line 1, in File "/home/denis/repos/repos-git/recipebook/parser.py", line 36, in __init__...