rconde01

Results 35 comments of rconde01

We can talk about C++20, but i think the real point is that Carbon is choosing to freeze compatibility with C++ to a max version? What about 23/26/etc.? Basically, after...

I, like I'm sure many others, are just trying to get my head wrapped around this - so I apologize if I'm making bad assumptions. From @chandlerc comment "If there...

- It appears if I do that a few times it gets past that issue...still running. - Actually the first time i run it it just stops at `Running "goma_ctl.py...

FYI I had to restart it like 20 times...but it finally completed.

re: rc...the issue here is that cmake searches the path for the resource compiler 'rc': https://github.com/Kitware/CMake/blob/63aa279343df34d34e0a0fd0c92a444e2528bb8a/Modules/CMakeDetermineRCCompiler.cmake cmake-js depends on the rc library. npm prepends the path with node_modules/.bin, so searching...

Ooph - actually I hadn't run after upgrading from 2.13.2 to 3.2.0...now it's significantly slower still :(

I will try to do that in a bit for reference, but it will not give the result I desire. I took a look at the code and I have...

https://github.com/rconde01/git-lfs/tree/gh-5059-improve-import-above-speed This seems to enormously speed it up. The ref replacing is still running, but it got through the commit scan in 40 mins rather than 40 hours. However, I'm...

Cool - I think there's an issue as-is where if the file is initially above the threshold, but later below the threshold, it doesn't continue to track (which I think...

I actually went with a `git-filter-repo` based solution in the end.