Jules Lasne
Jules Lasne
Hi there ! Just installed your flask extension and I can't seem to get it to work: ```html {% extends "main/main.html" %} {% block body %} {% filter markdown %}...
Everything is in the title. macos 10.14 and latest of ao.
Hi, since conky updates to 1.10, Your config doesnt work at all and many of us would like if you could update it Regards
I am getting the error `An inline parent element must only contain inline children` on the file : ```html {% include "parts/html_head.html" %} {% include "parts/header.html" %} {% include "parts/get_the_app.html"...
I've added a print here to see the request you send to sendgrid ``` content = Content("text/html", html) if html else Content("text/plain", text) self.add_content(content) import json print(json.dumps(self.get(), sort_keys=True, indent=4)) return...
Very unlikely case., I might be the only one to use this but might report it anyway :) `-m` doesn't seem to be supported on `nm` on ubuntu bash for...
the speedtest tests our ft_ls with -1 but it will abort since we haven't done the -1 option To be fixed
I get a 404 not found using this code: ```import urllib2 from flask import Flask from flask_testing import LiveServerTestCase class MyTest(LiveServerTestCase): def create_app(self): app = Flask(__name__) app.config['TESTING'] = True #...