Lex
Lex
### Documentation Question Hi DDG! I am using the inline editor and I would like for the positioning on the sticky toolbar to push up neighbouring elements (the editable) when...
## What kind of change does this PR introduce? Achieves #208. Allows the user to optionally pass a url manually. It appears this might have been originally intended from the...
# Feature request Allows the user to optionally pass a url manually. It appears this might have been originally intended from the looks of the code. ## Is your feature...
# Bug Report **Ionic version:** As per latest on CDN **Current behavior:** When you fill an input item that has clear input set to true and then press tab the...
Have added option for either a background thread or per-request cleanup for SQL. Initially I thought this is out of scope for flask-session, but thought it might be worth to...
When a multi-select has one or more selections made but then you change the options available (**data** prop) to not include those selected, the dropdown is blank. This is suggesting...
Just wondering exactly what this feature does? I could not find any reference to it other that "Select highlighted item on blur." which I don't quite understand. Thanks!
1. [Firebase-rest-api](https://github.com/AsifArmanRahman/firebase-rest-api) new which has firestore, auth and sso support which uses google cloud APIs. (My current choice) 2. [Firebase-admin-python](https://github.com/firebase/firebase-admin-python) is the google SDK which lacks password auth EDIT: These...
Hi @mattupstate Would you consider archiving this repo to assist people in finding flask-security-too
Currently flask and most frameworks sign the client side session data to prevent tampering. Flask-session (since 0.2) also allows you to do this setting SESSION_USE_SIGNER = True. As all of...