Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

Hi @zamazan4ik could you propose us a small text for the documentation about "Add a note to the Hurl documentation about building with PGO"

Thanks a lot, I'll put all this in the repo under "contrib", and link it in the documentation!

Hi @backtozero Do you have a Hurl file to share that you would expect Hurl to succeed? I'm trying to know if you're raising a bug with the current cookie...

Changing from `bug` label to `enhancement` 😄

Hi @nikeee sorry for the late replay! Do you think we can make this output using the [`--json`](https://hurl.dev/docs/manual.html#json)? By processing the JSON output of the run, I think we can...

Hi @chenrui333 could you provide us a little more details? Maybe give example of what is the current behavior and what would be the proposed feature? Thanks!

@BillyLiou it's not implement in Hurl yet. @fabricereix said we can easily add this option in a future version of Hurl, so, as of Hurl 4.1.0, __you can't use it...

I'm closing this one since we've introduced [`--error-format long`](https://hurl.dev/docs/manual.html#error-format). Fill free to re-open it if needed.

Yes the doc is not clear enough (a never ending story)! I've not tested the snippet but the way to test it is: - `"$.created"` : is a string -...

There is also the [`format` filter](https://hurl.dev/docs/filters.html#format) that transform a date to string. It can be used to exctract component of date, or test equality: ```hurl GET https://example.org HTTP 200 [Asserts]...