xd009642

Results 76 issues of xd009642

When looking at the code I saw the viterbi state is held inside the context and mutated. This prevents the tagger from running multiple calls to tag concurrently and limits...

So I couldn't find a way to do this in the documentation but I was wondering if there was a way to force dlib to use the CPU if it's...

enhancement
help wanted

So I've had experience before creating python bindings with the C++ library [pybind11](https://github.com/pybind/pybind11) where I'm able to return python buffers but I can't figure out how to do the same...

## Crates * tracing-attribute (only one I think) ## Feature Request A thought for the instrument macro, but if one was thinking of a PR to allow people to add...

So the examples are useful for somethings but say if I want to have nested if statements or make something that generates this verilog: ```Verilog reg signed [width:0] x [0:width-1];...

A lot of computer vision algorithms work on image pyramids so an implementation would be useful, either here or http://github.com/xd009642/ndarray-vision

So I just ran cargo-flamegraph on my own [project](https://github.com/xd009642/tarpaulin) and found the perf data stopped after a call to fork. I understand not following the child but the parent which...

## PR summary So in 0.13.4 (yanked) tarpaulin actually started passing --cfg=tarpaulin so users could do #[cfg_attr(tarpaulin, ignore)] to ignore certain tests in coverage and also conditionally include/exclude code in...

So when trying to pass a filter as an argument to a function I was struggling to get the trait bounds to work generically going off the compiler error messages...

waiting-on-author

Might want to wait until async support drops just because the defacto library for gRPC in rust is tonic which is built with tokio. This request is to add explicit...

enhancement
client