Matthew Harris
Matthew Harris
Also, on your template: angular-flask / angular_flask / templates / index.html <link rel="stylesheet" href="/static/css/bootstrap.css"> <link rel="stylesheet" href="/static/css/main.css"> You should consider doing: <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.css') }}"> <link rel=stylesheet type=text/css...
I know I'm rezing an old post, but... has the situation changed any? I use google fi (phone service) and it doesn't seem to work for me. Can I assume...
I created a pull request for this, however this pull is the best one I've seen out of the group to resolve this issue: https://github.com/thadeusb/flask-cache/pull/139
Off what @bart3005 said, is anyone actively maintaining this package? Last commit was Sep 21, 2014.
@roberto910907 You can now do this using refresh callback function onrefresh() { console.log("user did something") }
@Kuro-dev You can now do this using refresh callback function onrefresh() { console.log("user did something") }
I'm sure you figured this out, but for anyone who stumbles upon this: If you want to use a label, you cant have a placeholder. BUT you cant remove the...
I'd like to +1 this. I have a few programs in my nextcloud that have 100's of files. I'd like to limit it's scope, or start it against a directory....
I've never messed with nextcloud plugins, but I'll clone it and see if I can fix the issue. I'll submit a PR should I solve it. My approach will be...
Whoops didn't see that somehow. Okay, sounds good to me. I'll start on it.