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

- let users configure model extensions (instead of [expecting](https://github.com/gramener/gramex/blob/master/gramex/handlers/modelhandler.py#L31) .pkl)

ml-model

Please share any problems you face with Gramex -- feature requests, bugs, or help needed. @jaidevd will comment on new issues sharing who will revert by when (e.g. "@bkamapantula will...

Star team requests having an ability to search by user/ pages in LogViewer UI. - Source: - Author: [sundeep.mallu](https://code.gramener.com/sundeep.mallu) - Created: Mon 12 Mar 2018 09:51

logging
needs-discussion

- When we are using facebook auth in one of our application we are facing the below error. ![image](https://user-images.githubusercontent.com/40488776/64684815-69206800-d4a3-11e9-8fb2-67cf51bfd675.png)

auth

# Feature contributions to include - [ ] create a sqlalchemy-based connector to Apache Solr - [ ] add documentation - [ ] test cases ## What's known 1. [sqlalchemy-solr](https://github.com/aadel/sqlalchemy-solr/)...

data-api

`TableauDataHandler` will connect to Tableau via web data connector (WDC). - [ ] extend `gramex.data.filter` to support WDC connections to Tableau - [ ] documentation - [ ] test cases...

data-api

`tests.test_logviewer.TestLogViewer.test_enpoints` is failing.

Here is a possible implementation: ```yaml url: preferences: pattern: /$YAMLURL/preferences handler: FunctionHandler kwargs: function: gramex.preferences(namespace='my-app-preferences') ``` REST API: ``` GET /preferences # Return user preferences as a dict PUT /preferences?x=1...

We want to use .gitignore-like patterns for allowing / disallowing files in FileHandler. Here's a possible fix: https://stackoverflow.com/questions/10048667/gitignore-style-fnmatch Needs to be tested better.