Athitya Kumar

Results 108 comments of Athitya Kumar

I initially thought that just plainly using the CSV Importer with `col_sep: '; '` option should be working. But, the Importer won't be able to ignore empty lines. After looking...

Sure, @zverok. Feel free to expand this list. 😄 Regarding (1), (2) and (3), our Excel exporter is currently only supporting xls format and could definitely use an upgrade with...

Say , if the stylesheets folder has a reset.css stylesheet , then it can be used to override the other two stylesheets. And if reset_all.css exists , then only reset_all.css...

@Raghwendra-Dey - Hmm, but Django is pretty heavy. And as our use-case is pretty simple with very minimal requirements (no db, just 1 route) - I think it makes more...

I thought we'd be computing everything in memory and just provide a downloadable ICS file. What do you think of storing in db?

@zverok - I'll start working on this by tomorrow. It'd be helpful if you could explain what arguments / specific use-case semantics you have in mind. I'm thinking of having...

I started implementing this with axlsx, only to realize at the end that axlsx gem hasn't had a new release in the past 2 years. (Check [this issue](https://github.com/randym/axlsx/issues/550)) Rubyxl is...

@v0dro - I don't think there's a way within the gem, but checking with backticks / system calls for CLI commands would work (though hacky) - ```sh $ echo ping:...

@v0dro @zverok - Infact, a similar check could be useful for even RData / RDS IO modules. Please share your insights (any neater methods?). 😄

@zverok - Hmm, but I think Prasun's point was about why it should take time (1 minute-ish) to finally just throw a "Timeout error", when it could rather be just...