Matthew Harris

Results 4 issues of Matthew Harris

angular-flask / angular_flask / controllers.py from flask import Flask, request, Response from flask import render_template, url_for, redirect, send_from_directory from flask import send_file, make_response, abort from angular_flask import app You only...

When using flask_cache: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead. Even if user code is correct (using flask_cache instead of flask.ext.cache) the warning is still thrown. I suspect this...

**Tell us about your request** Change the name of the code folder from `com.docker.devenvironments.code` to `{{github project name}}` When you have multiple dev environements, within VS code, your `Recent` becomes...

enhancement

**Tell us about your request** Change the naming convetion from: `{{github project name}}-{{random word}}_{{random word}}` to: `{{username}}-{{github project name}}-{{random word}}_{{random word}}` Or even better, let me pick the name so...

enhancement