S Anand

Results 90 comments of S Anand

Closing. This has been resolved by [`gramex.cache.read_excel()`](https://gramener.com/gramex/guide/api/cache/#gramex.cache.read_excel)

@nurzhansbatyr - that looks great. A few questions: 1. Do you have this as an SVG image? Comicgen currently works on SVG 2. Are you able to create variations of...

A few suggestions @shraddheya - [ ] Could you please plan a Python API that aligns with the command line API - [ ] Could you please add documentation as...

Looks mostly good, @shraddheya. Let's discuss and test it out over a call? Thanks!

@brianfeld -- this code is quite old. It may fail for 2 reasons. 1. You might be running this on Python 3. It was written for Python 2. Please try...

Thanks @LaughingBubba The way [xmltodict](https://github.com/martinblech/xmltodict) handles namespaces is elegant. I'm re-opening this issue to apply the same for all conventions. Not sure when we'll get this done, but this is...

@jn0 -- on the comments and text fragments (your "z"), the [BadgerFIsh convention](http://www.sklar.com/badgerfish/) is silent. There is a [bi-directional extension](http://dropbox.ashlock.us/open311/json-xml/) that uses `$1`, `$2`, etc for text fragments and `!1`,...

@Charnelx -- thanks a lot for this! I like the approach you're taking for BadgerFish. Do you have any suggestions on how we could do this for other conventions? We...

@Charnelx - The [GData docs](https://developers.google.com/gdata/docs/json) suggest `ns:element` translate to `ns$element`. - The [Parker convention docs](https://developer.mozilla.org/en-US/docs/Archive/JXON#The_Parker_Convention) explicitly say that namespaces will be absorbed, so we can skip them here - The...