S Anand

Results 90 comments of S Anand

@devbhosale Characters created by Gramener are CC0 licensed. We also use characters from others under a CC-BY license. You can see the list at the bottom of https://gramener.com/comicgen/#design

@lisacaligagan has created https://github.com/lisacaligagan/stick-figures for integration into Gramex

Noted, @umang-gramener -- we'll explore COUNT(DISTINCT) to begin with, and expand as we progress. Thanks!

I ran Gramex locally, not the IDE, @jaidevd

I'll evaluate this, and try to get it into Milestone 1.65 -- else at least 1.66.

@jaidevd is this is automating what we have at https://gramener.com/gramex/guide/install/#offline-install? If yes, it sounds like too much code. If it's doing more, can we discuss?

I was thinking of an alternate approach: ```bash wget https://repo.anaconda.com/archive/Anaconda2-5.2.0-Linux-x86_64.sh bash Anaconda2-5.2.0-Linux-x86_64.sh -b -p /tmp/gramex /tmp/gramex/bin/conda install -y -c conda-forge -c gramener gramex tar -cvzf /tmp/gramex.tar.gz /tmp/gramex/ ``` Wouldn't this...

Next steps: - @jaidevd to test this with Miniconda instead of Anaconda, and share the final lines to copy-paste - @sanand0 to test this on Windows, and add this to...

Raised by Parashar: - [ ] Random passwords can be generated for the user OR use a default password from gramex.yaml. - [ ] For the roles column - we...

Usability test feedback Critical - [x] Select is not bootstrap friendly - [x] On first save, the form is saved and redirected. But the "View" link does not appear -...