S Anand

Results 96 issues of 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? ![Rich logging screenshot](https://github.com/textualize/rich/raw/master/imgs/logging.png)

`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+.

data-model

Note: model= appears empty even when we retrain with a specific model ![image](https://user-images.githubusercontent.com/63734/192216460-3453ecce-ee62-4269-88fb-134f7ef0b92f.png) 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)....

deploy

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:...

alert