Lucas Kent

Results 240 issues of Lucas Kent

I think it should be possible because rustc is multithreaded and measures instruction counts for its benchmarks https://perf.rust-lang.org/?start=&end=&kind=raw&stat=instructions%3Au

`ProfilerGuardBuilder::frequency` is currently completely undocumented so I have no idea what kind of value I want. Adding a doc comment here will help a lot: https://docs.rs/pprof/0.11.0/pprof/struct.ProfilerGuardBuilder.html#method.frequency

Order of operations does not work as intended here. Instead we should split into a separate if statement since zola does not support specifying order via brackets. I raised https://github.com/Keats/tera/issues/910...

I want to reimplement certain encoders/decoders to improve performance by skipping parts I dont need. It would be nice to be able to reuse some Encoder/Decoder implementations on types like...

This library looks really nice and im trying to compare it against [russh](https://github.com/warp-tech/russh). I would appreciate a section in the readme that explains what differentiates makiko from russh. One difference...

It would be nice to have an example for how to best transfer a file to/from the remote machine. e.g. a function like `push_file(source_path: &str, dest_path: &str)` that pushes from...

This PR runs `cargo clippy --fix` and commits the changes it made. You can reproduce the same changes by running that command yourself. I have reviewed the changes and not...

prereq: https://github.com/shotover/shotover-proxy/issues/1656 In two separate PRs implement the following: 1. Dont cache the delegation token within the KafkaSinkCluster instance. Instead refetch from the token task every time its needed. https://github.com/shotover/shotover-proxy/pull/1683...

bug
good first issue

This PR demonstrates that shotover already supports cassandra vector types by running an integration test using `vector` and `vector`. The integration test will be extended to cover many more vector...