Diego Ferigo

Results 242 comments of Diego Ferigo

I experimented VS Code as well, but unfortunately the C++ support (debugging excluded) is still not as good as in Atom, which has so far a decent support of CMake...

Good to know that at least you manage to replicate that. My current setup is a Dell AIO with an `i5-7500` CPU and basically just a plain Ubuntu 17.04 with...

Ok so it doesn't happen in a virtualized environment, and I can tell you it doesn't happen either in a regular `ubuntu-session` with unity on the same setup previously described,...

Hi @Xiretza, thanks for raising this point. I'm not really sure to be honest, I'm not expert in setuptools hooks and I naively assumed that each build extension should process...

Ok now I see what you mean, do you have any suggestion on how to work around this limitation?

What do you mean with TAG, to handle the project version?

I remember now that we discussed on this super cool feature long time ago. Since all our documentation is based on doxygen it would be great having a simple example...

I was sure I could use your feedback to extend the minimal example I provided. Thanks for the insights. You caught many of the pitfalls of such system, and particularly...

@traversaro YCM is a special case, and the gym-ignition approach only prevents vendoring files (removing the burden to manually update them by time to time). However, what you described in...

@claudiofantacci In my opinion this is legit if the dependency is `PRIVATE` and third-party projects that want to import your project do not need to directly find it. Of course,...