dlyr

Results 66 comments of dlyr

Hi there, I rediscover emacs as an ide, and give a try to cmake-ide. Is this issue related to the fact I can't open two CMakeLists.txt and compile them with...

Two CMakeLitsts.txt for two diffrents projects, something like /project1/CMakeLists.txt < the one I want to run cmake on /project1/many_sub_dirs_with_included/CMakeLists.txt /project2/CMakeLists.txt < the second I want to run cmake on /project2/many_sub_dirs_with_included/CMakeLists.txt...

Ok, I will check further (no time right now, two instance of emacs are fine)

Hi, maybe I should open another issue, but to answer my question, it seems that there is only one value for cmake-ide-build-dir, and once set, it is used for all...

I'm still testing, but I will propose a pull request adding an hashtable of build-dir and cmake-ide-cmake-opts that allows to change opts during emacs session and keep build directories (to...

Thanks a lot, and you're right `on($primary)`. I think I get the point of the `on` function. The misleading thing for me is that the base `$primary` for light theme...

maybe just a comment to state that dark and light colors are global definition, and are both used for dark and light variant. One last question about geometry: what are...

Well my tentative do not work for parallel build, so I had to create a new custom target in FindLcov.cmake so that I could trigger check target before any capture:...

Hi, thanks for you answer. I actually drop CMake-codecov for the moment, the lack of Ninja support, but also some things I could not debug easily make the report not...

I think the easiest way to handle that is to have triangle mesh on one side (with one to one mapping with engine gpu mesh represetnation) and polymesh on the...