Pascal Thomet

Results 170 comments of Pascal Thomet

Hi, I stumble upon this thread a long time after it was active, but I find the discussions in here really interesting. I have another possible way to express multiple...

The drawback of structs is that you have to invent a name for them, hence the suggestions for anonymous struct. However, in the mean time, since _naming is _hard_, why...

Well, the behavior is rather chaotic, and non debugger friendly. If you place a breakpoint at line 35 (at `rcrl::submit_code`) and then execute step by step; then g_pushed_ints is almost...

You are right, tinyprocess is probably out of the equation. I can reproduce the issue with standard std::system calls. My current findings are that it can help to sleep for...

I tried to cherry-pick again this PR onto the latest docking branch. It was successful, but I had to re-apply manually the changes in imgui_impl_glfw (since this backend had been...

Hi Sorry to interfer, but I have a suggestion that could also improve the usage ````cpp // cvui.h namespace cvui { struct checkbox_r { bool changed; bool checked; } checkbox_r...

Good evening Fernando ! I stumbled also on this problem, using opencv 4. The patch below seems to do the trick: `cvui.h` line 2089; add the line "aOverlay = cv::Mat..."...

Hi, I tested this PR on my company code (2000 cpp files, 173 projects) and it seems very promising ! I did have some failures when (timeout, may be because...

@izmmisha : I tested your fork on a large project (600 000 LoC, 173 projects). It works almost perfectly! Thanks a lot! The compilation time dropped from 30 minutes to...

Thanks for your answer! Actually I had no explorer window opened on this folder. So, I posted a workaround for the stats.txt issue : it is here https://github.com/pthom/clcache/commit/78a4630ed3730d9d6f93133656df7139c2d3e3ef On my...