John Williams

Results 16 comments of John Williams

I've just tried this on Mac with the normal terminal and with Kitty and can't replicate this issue. If the terminal window is small enough that that text moves to...

I'm new on the repo, so the 'why' it's done that way is not really one for me to reply to. The iterations message does seem to be purely an...

I think the main issue here is that the `\r` carriage return wont work when the line wraps like you say. `\r` followed by a `println!()` still follows the same...

Seems like there's `cargo bench --bench my_benchmark -- --plotting-backend plotters` to explicitly set the plotter but the Gnuplot warning is still being shown. Seems like this is something that shouldn't...

This issue happens with Doctrine too. As @backbone87 suggested the below solution fixed the issue for anyone looking for a quick solution. I was populating the index and being 100,000...

Sounds good, leave it with me and I'll get them added as soon as I'm back this week.

I think this should now be ok @oddgrd . I don't think the tests fails are related to these changes.

Just noticed this has been sitting here a while @bheisler? If there's anything I need to do then let me know :+1:

I'm getting this issue too on demo_inference.py with --video (which I assume was video_demo.py). --detbatch, --posebatch and --sp does't help. -sp helps but my OS grinds to a halt eventually...