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

check the master build for these three cases: - [ ] Python 3.7 - [ ] Python 3.8 - [ ] Python 3.9 Change only these files: `.travis.yml`, `pkg/conda/conda_build_config.yaml`, `setup.py`...

- [x] Recent Forms is empty by default || Hide when there are no forms - [x] Form creation card wiggles on mouseover, it can be streamlined || Removed border...

**Is your feature request related to a problem? Please describe.** Improve Forms builder from a usability standpoint. **Describe the solution you'd like** Desired features are described below. ### Features ####...

Added in code for ppt-pdf/png using subprocess by splitting the extension from target value. Attaching the link for example usage: [python](https://drive.google.com/file/d/1yGoQPSTsxdxmIrJKZ5AsNPB2Kz8wn90k/view?usp=sharing), [pptx](https://drive.google.com/file/d/1Fb1E-bSXkLP9is7VPxQ-bpx1zwcDDfjF/view?usp=sharing) file. Screenshots if [LibreOffice](https://drive.google.com/file/d/10yHmcshtf4iHgBhS8nsLphM1ewqBMW0v/view?usp=sharing), [ImageMagick](https://drive.google.com/file/d/1BwxXQ9OsG5ogwD_xP75vbAXI0XQQa7Um/view?usp=sharing) (pre requisites) if...

For every Gramex version from >= 0.70, we should automate: - [x] PyPI releases - [ ] Conda (Windows) - [x] Conda (Linux) - [ ] Docker Optionally, also deploy...

deploy
platform
test

In case when unique constraint is defined on a column, `gramex.data.insert` breaks for the entire data even if there is only one duplicate row. It would be better if it...

Should we consider explicit, friendly names in configuration? - target_column for target_col - exclude_columns for exclude - categorical_columns for cats cc @jaidevd @sanand0

**Is something not working as expected?** Because MLHandler accepts feature values through URLs, they have to be coerced into the correct types. This can be too restrictive, because the types...

bug

# Conda installation on Linux - In the [conda installation](https://learn.gramener.com/guide/install/#conda-install) step, Anaconda3-2020.02 is linked to the archives -- this is correct - [x] Windows-x86, MacOSX-x86_64, Linux-x86_64, Linux-ppc64le have older version...

Let's add this kind of structure to `config.json` ```json "requires": [ "bootstrap@4", "lodash@4", ], "scripts": [ {"type": "npm", "url": "lodash/lodash.min.js"}, "jquery/dist/any-npm-link", "/absolute-url-treated-as-is", "https://full-url-treated-as-is" ], "stylesheets": [ {"type": "npm", "url": "bootstrap/dist/bootstrap.min.css"},...