Abdessattar Sassi

Results 54 comments of Abdessattar Sassi

The error does not come from ccache. It comes from the fact that you are using a wrapper shell script to invoke ccache on a windows platform. Here is what...

The lack of this feature is still keeping the use of cmake presets with clangd or CppTools a big mess. A workaround is to configure the compilation database in clangd...

> he biggest problem here is there's no principled way to even figure out a project root in the absence of a compile_commands.json. We can make use of other heuristics...

If you attach the token to your user model object, then through the serialize/deserialize of the user profile in the session you will always have access to the token inside...

If your goal is to check if a user is logged in before processing the request, try instead to use this helper function: ``` js // route middleware to make...

This should be fixed in the latest master branch - please check.

This feature has been added. When FetchContent is available, it is used, otherwise if git is available a git clone is used, otherwise, the user can provide a local copy...

Please check the latest version. We now support many different ways to auto-fetch crypto++ without the additional maintenance overhead of crypto++ as a sub-module. git submodules require things to be...

CMake normally adds the -D automatically to compiler definitions: https://cmake.org/cmake/help/latest/prop_sf/COMPILE_DEFINITIONS.html ``` The COMPILE_DEFINITIONS property may be set to a semicolon-separated list of preprocessor definitions using the syntax VAR or VAR=value....

Yes, please check with the current master and if you still have a problem, please reopen and update to the latest master, I will check it again.