Maciej Dziardziel

Results 7 issues of Maciej Dziardziel

Jsonrpc can spam logs, so i needed a way to ignore certain types of errors from being routed to error handlers. This patch will create django setting which allows to...

I am trying to implement bindings for some Rust libraries I am using and few things I am missing that would be nice to have examples for: 1. defining class...

When pyes serializes date, it uses datetime.isoformat() According to python documentation, isoformat : Return a string representing the date and time in ISO 8601 format, YYYY-MM-DDTHH:MM:SS.mmmmmm or, if microsecond is...

in 19.1 pagination worked by passing "from" and "size" params to search method. Now "from" was renamed to start, but "size" is just completely ignored.

I did: mdziardziel@UX-021 ~/g/t/tracers> cd examples/simple/ mdziardziel@UX-021 ~/g/t/t/e/simple> cargo build Finished dev [unoptimized + debuginfo] target(s) in 0.37s mdziardziel@UX-021 ~/g/t/t/e/simple> readelf -n ../../target/debug/simple | grep NT_STAPSDT -A 4 mdziardziel@UX-021 ~/g/t/t/e/simple>...

Group subcommands displayed in help (https://github.com/clap-rs/clap/issues/1553) This is for help only, does not affect matching. I've done the builder part, still figuring out derive support (ah - it works automatically...