S Anand
S Anand
Since `UniqueSlugify` already maintains a set of used `uids`, it's a small step from there to map these back to the original text used to create them. For example, if...
[Earth Policy Institute](http://www.earth-policy.org/data_center/) # Social Sciences * `Earth Policy Institute `_
Currently, Gramex requires tzlocal. This is specifically to convert timestamps for influxdb. But we don't do this for any other database. (Notable, we let MongoDB manage it via the tz_aware...
[rich](https://github.com/Textualize/rich) has a good interface for logging in color. Should we switch to this, @bhatsandeep @jaidevd? 
`sqlalchemy.exc.CompileError: MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause` Using `pip install sqlalchemy==1.3.9` fixes this, but it breaks with SQLAlchemy 1.4+.
Note: model= appears empty even when we retrain with a specific model  Console log error: ``` Uncaught SyntaxError: "[object Object]" is not valid JSON at JSON.parse () at Object.success...
We may need one application to run on multiple ports. Each app may use different services (e.g. one runs only schedulers, one runs only ML predictors, one runs on UI)....
When a schedule fails, users are unaware of it unless they look at logs. Allow schedules to support an `error-alert:` config that specifies the error alert to call. For example:...