Michael Kennedy
Michael Kennedy
Thanks. Those import options are nice. But I now realize why I didn't know about those. * The free mongodb UI tool is Robo3T (formerly RoboMongo) * The paid premium...
Hi @mathieum906 They must have updated the installer (doesn't surprise me!). Glad they got it all running. Are you good? Can we close the issue?
Hi @saschwarz Thanks for the heads up. This is a bummer. I'll keep this issue open until I either fix that section or figure out some thing to communicate this....
Hi, No nothing yet. But I would recommend using NPM instead of Bower given the move by the community.
Thanks for pushing this my way @bbelderbos Grr. I HATE external APIs. Just today I got a message that I need to write the error tracking in our mobile apps...
Hi Eric! Good idea. Thanks. I did manage to add this to the Flask course, wouldn't be terrible in this one too!
Hi @Snicker7 That's a great use-case. I've done this for email templates, pdfs, and others. Basically, you'd just need to do what is happening here: ```python def register_extensions(app: 'Flask'): if...
Hey all. @Colelyman Yes, a PR for that would be welcome. Can you add a test to make sure it works and keeps working? I agree that Jinja without Flask...
Hi @benboughton1 I think you could definitely make this happen. You just have to slightly tweak how you initialize the jinja engine and you'd be good to go, from this...
I would like to second this. Is anyone working on it?