Alexandre Bodelot

Results 7 comments of Alexandre Bodelot

Hi, I don't understand what you mean by nesting level, can you please elaborate? Is this about the width of indentation?

OK I understand what you want to achieve! This could be useful, but I don't know if I'll have time for this. If you want to give it a shot...

You may want to have a look at [QHttpHeader API](http://qt-project.org/doc/qt-4.8/qhttpheader.html), which features two getters: - [`value(key)`](http://qt-project.org/doc/qt-4.8/qhttpheader.html#value): Returns a string with the first value for the entry with the given key...

Hi @tdauth This plugin does not cover parsing text to a JSON object, the `jsonViewer` function expects a valid JSON object, not text. Which means the HTML renderer has no...

Hi @bbert, great news, it works! Thank you for this quick fix, I've been able to successfully play a dozen of samples generated with mod_smooth_streaming. (I'm working with @k-y0u on...

What about a web APIs which expects a payload parameter to be explicitly set to null? Some APIs enforce strict type checking rules and do not accept an empty string...

@Radiergummi In a JSON payload, I'd expect an actual `null` value. When serialized in a query string, that would be `?key=`. I'm afraid using `{ key: 'null' }` isn't a...