Vivek R

Results 26 comments of Vivek R

> You don't have to change anything inside your code, have fun and thanks for the feature request Seems like the format in which data stored stored in backend has...

Created a pull request (#19) with a fix. Pardon me but I didn't get you in above reply of yours > maybe you can do it better with redis, I...

@esemplastic If you have installed Go via `brew` then you need to update your VS Code config for `go.goroot` to Go version 1.9.2. In my case it was something like...

It wasn't intentional, will fix this behavior in upcoming release.

Seems bit complicated since there can be any number of such fields in CSV. One simple implementation will be to mark certain row as a link and while rendering it...

Currently the app generates single html file which can be served without any other dependencies. If you look at the HTML generated you can see that data also stored as...

I didn't get your use case. Do you want to embed your own templates and styles instead of inbuilt one?

I will add this feature in future releases.

Thanks for reporting the issue. Can you please give more details like which Python version you are using and the OS. I have tested CSV data with utf8 chars in...

Indeed :) character encoding issues are pain in the ass. I have replaced dependency `backports.csv` with `unicodecsv` which handles UTF-8 encoded CSV data better. Try upgrading the package to `v1.1.0`...