giacomo-b

Results 15 comments of giacomo-b

Hi, thank you so much for contributing. It's weird that `deg2rad` was causing problems, it really shouldn't need to be `inline`d. I'll have to look into that. I am approving...

The code doesn't seem to compile at the moment. Regarding the multiple definitions, can you describe the sequence of commands you run when you get the error? I can't seem...

C++20 concepts would be even better.

Thank you Tom, I will watch it and elaborate on this.

Hey @OGXirvin can you try to run `python main.py` from within _C:\Users\Xander\RedditCompiler_? Looks like there's a folder named _RedditCompiler_ and one named _bulk-downloader-for-reddit_.

I'm getting a similar error when using [ModernCppStarter](https://github.com/TheLartians/ModernCppStarter). This is my log: ``` Run cmake --build build --target check-format clang-format did not modify any files Built target check-clang-format CMake Error...

Since then I have completely reinstalled a few utilities (including clang-format) and now everything works as expected. At this point I am not sure what the problem was exactly, but...

I am having the same problem. When running `cmake --build build/doc --target GenerateDocs`, I get the following: ```python-traceback Traceback (most recent call last): File "/home/host/user/MyProject/build/doc/_deps/m.css-src/documentation/doxygen.py", line 47, in from jinja2...

Anyone else has the same error? I tried on multiple machines (and OS) with no luck.

Hey @TheLartians thank you for replying. I tried, still no luck though: ```bash $ pip install jinja2 pygments ... Successfully installed MarkupSafe-1.1.1 jinja2-2.11.3 pygments-2.5.2 ``` ```bash $ cmake -S documentation...