ngirard
ngirard
> Could you try `hypothesis annotations search --user "acct:[email protected]" --search-after "1900-01-01T00:00:00.000Z" --offset 0 --limit 200 --sort updated --order asc`? (i.e. without the group) There you are ```sh RUST_BACKTRACE=full hypothesis annotations...
Great, thanks in advance ! Is it worth compiling your hypothesis cli and running it with `RUST_BACKTRACE=full` ?
Alright, could you point me to the right line, please ?
There you are. ```sh ../target/debug/hypothesis annotations search --user "acct:[email protected]" --search-after "1900-01-01T00:00:00.000Z" --offset 0 --limit 200 --sort updated --order asc > out ``` Just let me know if I need to...
Yup, working like a charm ! Nice work !
How about turning that `println` into a debug printout, just in case ?
Could this crate be any helpful ? [MiniJinja](https://github.com/mitsuhiko/minijinja) -- Powerful but minimal dependency template engine for Rust [Announcement on r/rust (2021-09-24)](https://www.reddit.com/r/rust/comments/puqfdw/ann_minijinja_a_minimal_dependency_template). > MiniJinja is a powerful but minimal dependency template...
@passcod adopted [KDL](https://kdl.dev/) as a configuration language for watchexec's [incoming developments](https://github.com/watchexec/watchexec/pull/235).