gramex icon indicating copy to clipboard operation
gramex copied to clipboard

A visual analytics platform to build data-based web apps with less code.

Results 127 gramex issues
Sort by recently updated
recently updated
newest added
trafficstars

**In yaml file, variable's original value is getting loose while reusing the configuration.** **Steps to reproduce.** ``` variables: my_pwd: 'Kt^$$&^dg#%o4Zwcat9knS)S#W' short_wait: 8 common_blocks: - &prod_my_pwd name: MY_password type xpath //*[@id="login-pwd"]:...

bug

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

"Prophet" is available as a valid model class in MLHandler now. ## Usage Use the following spec: ```yaml mlhandler/prophet: pattern: /prophet handler: MLHandler kwargs: model: class: Prophet xsrf_cookies: false ```...

VSCode's [YAML plugin](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) validates YAML files against JSON schema, and even offers autocomplete. This is helpful in development. It is possible to build a [JSON schema with TypeScript](https://www.npmjs.com/package/typescript-json-schema) and a...

config

We should explore the possibility of supporting the following variations of the Gramex Docker image - [x] Ubuntu + Conda + Gramex + all apps (the default) - [ ]...

In MLHandler, we use [transforms](https://gramener.com/gramex/guide/mlhandler/#example-classify-overlapping-patterns-with-logistic-regression) to preprocess data. But they don't work in some cases, like: ```yaml handler: MLHandler kwargs: data: url: ... transform: sklearn.preprocessing.PolynomialFeatures(2).fit_transform ``` This results in the...

Add options from https://github.com/sindresorhus/capture-website-cli ┆Issue is synchronized with this [Jira Bug](https://gramenertech.atlassian.net/browse/GRAMEX-191)

export

MLHandler + SARIMAX needlessly expects `start` and `end` of the forecast window as query parameters. This is especially unnecessary when there is exogenous variable. Since the exogenous data is a...

bug