Luca Barbato

Results 221 issues of Luca Barbato

Make sure `inline = false` works as described in https://github.com/juhaku/utoipa/issues/1197

Makes the error reporting less puzzling. Fixes https://github.com/juhaku/utoipa/issues/1358

Having proper error reporting also there would make debugging much simpler. Currently I'm looking at porting some codebase to utoipa 5 from 4 and having `#[derive(Openapi)]` panic with an unhelpful...

I stumbled upon [this](https://github.com/sunfishcode/c-ward/blob/main/c-scape/src/mem/mem.rs#L8) note: ```rust // It's tempting to use the [memchr crate] to optimize this. However its // API requires a Rust slice, which requires that all `len`...

question

This way packagers can just set the env vars in a standardized way to tell the -sys crate how and what to pick regarding rocksdb.

As described in the specification https://www.rfc-editor.org/rfc/rfc9535#section-2.3.3.2: ``` A non-negative index-selector applied to an array selects an array element using a zero-based index. For example, the selector 0 selects the first,...

bug
topic: jsonpath

Example: ``` 13 | jsonpath "$.array_that_exists[?(@.field_that_exists == 'Not exists')].notExists" not exists | actual: list | expected: not something 14 | jsonpath "$.array_that_exists[?(@.field_that_exists == 'Exists')].notExists" not exists | actual: list |...

bug
topic: jsonpath

### Problem to solve Sometimes would be useful to select the `max(),min()` or even produce a `sum()` over a returned array and potentially also capture it. ### Proposal Implement the...

enhancement
topic: jsonpath

Sometimes an hurl file has some setup calls that may fail if run more than once with the same arguments. having the repeat variable telling which is the iteration number...

enhancement

`--report-json` and `--repeat` provide already the building blocks for getting some metrics and process them. Would be nice to automate it so a `--benchmark` option could provide a report like...

enhancement