Rinat
Rinat
It would be helpful to add ability to change `JWT_EXPIRATION_DELTA` at runtime. The use case is a user logging-in with "remember me" checked/unchecked. I'd like to change expiration for 1...
Is there a way to extend WebAssert and use extended version in context?
Hello guys, Is there any way to set `async` attribute to the final concatenated javascript tag? For example I have ``` ``` and I can't set `async` for all of...
We're looking into how to enable AmCharts exporting here: http://www.amcharts.com/kbase/intro-exporting-charts/ and it says that config needs to be updated like this: ``` "export": { "enabled": true } ``` Is it...
If we define cassandra in DATABASES and run `python api/manage.py collectstatic` it fails trying to connect to cluster. Collectstatic doesn't really need cassandra connection and it seems like it does...
This constant doesn't exist in UserIdentity and ancestors
Error pages shouldn't be routes. When user hits refresh it shouldn't try to preform previous action again.
When refresh settings page navigation menu disappears
I'm getting an error in console: ``` Refused to execute script from 'https://raw.github.com/itsthatguy/gridwax/master/gridwax.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. ```
Until 0.7.0 pandas `datetime` column by default converted into int64, TIMESTAMP_MICROS parquet type. It seems like [this statement](https://github.com/dask/fastparquet/blob/0.7.0/fastparquet/writer.py#L156) (`if "ns" in dtype.str`) changes that default behaviour. It is also not...