Guillaume Papin

Results 9 issues of Guillaume Papin

Discussion starts here: https://github.com/Sarcasm/company-irony/issues/3#issuecomment-84076751 Original reporter: @soonhokong With the following `irony-cdb-menu` output: ``` Compilation Database: irony-cdb-json Working Directory: /Users/soonhok/work/dReal3/build/debug-clang Compile Options: -Wall -Wextra -std=c++11 -Wno-mismatched-tags -Qunused-arguments -stdlib=libc++ -g -DDREAL_DEBUG -DDREAL_TRACE...

@hodoulp : regarding this discussion https://github.com/AcademySoftwareFoundation/aswf-sample-project/pull/8#issuecomment-952962520, I prefer to answer your question here: > To smooth integrations, do you think that we can improve the C++ version support in OpenColorIO?...

It looks like the implementation of `string_view` gladly accepts `nullptr` in its constructor, but I don't think the string_view from the STL does. Meaning, when upgrading STL to C++17 for...

Hello, I'm trying to use BBBlfs to flash my Beaglebone Black but I am not able to do it. The issue I have seems similar to what was reported on...

Hello, when installing through melpa I got the following compilation warning: ``` py-yapf.el:166:1:Warning: the function `ignore-return-code' is not known to be defined. ``` I think the warning is legit.

Hello, I asked quickly on gitter (https://gitter.im/pybind/Lobby?at=5a7b7f1c6117191e610a8304), but I feel like this may take a bit longer to resolve. I'd like to bind a custom exception class to Python. This...

Right now the stamp language provides this syntax: ``` folder myProject file myProject/index.js data console.log("Hello world") file myProject/readme.md data # My Readme ``` I'm wondering if it could not be...

Hello, This is an issue I reported initially in https://github.com/joaotavora/eglot/issues/259#issuecomment-491203288, but it is an unrelated issue so I make a new ticket as you recommended. I have 2 situations where...

See discussion https://github.com/flycheck/flycheck/issues/548#issuecomment-77845737 Errors that appears in the included file and not in the main file is common in C++, for example (not tested but shows the idea): foo.h ```...