Mauro Bieg

Results 148 comments of Mauro Bieg

Seems like we have the same problem when having an empty string in the json input (which validates): ```json "type": { "type": "string", "enum": [ "jpeg", "svg", "" ] },...

@lierdakil sorry, I posted on the wrong project... (I deleted the comment again) see https://groups.google.com/forum/#!topic/pandoc-discuss/SkVskyUKQiU though..

1. seems to be coming from https://github.com/auth0/jwt-decode/issues/7#issuecomment-169689392 But I cannot see this case happening: the only way `code` will be a single-digit string is if `p` is a character with...

Am I correct in assuming this is still current behaviour? We're in the process of evaluating different OAuth js sdks... If I read the [`setExpireEventTimeout` code](https://github.com/okta/okta-auth-js/blob/1478c1930c4034d0033f5af740dc996cbe58ceb5/lib/TokenManager.ts#L203) correctly, it doesn't take...

Yeah, I mean exporting to csv from a spreadsheet program usually preserves that kind of formatting... so without that I'm kind of hesitating to add xlsx as a dependency... thanks...

Just noticed there was a similar [pull request](https://github.com/10gen-labs/sleepy.mongoose/pull/40) a month ago, if I had known! Anyway, can you please accept one of the two, to save future users some headaches?...

First of all, thanks for the filter! Mostly, it's working for me. However two points: 1. Is there a reason you produce markdown instead of Pandoc native AST format? That...

@baig thanks for the quick reply. Now I see how the filter is properly used, I could isolate my complaints/misunderstanding to a bug: see #13 . However, it is then...

Well, CSV isn't a particularly well-defined format. But every spreadsheet software I know of would parse my csv file as one containing an empty line (in fact, it was generated...