Julien Marrec

Results 241 comments of Julien Marrec

I got the same reaction when I saw that, `std::optional` is implicitly convertible to bool so there's no need for the "new style" here.

I could have been clearer: I'm trying to use the Custom Template Format (example 19) from the [docs](http://dotansimha.github.io/angularjs-dropdown-multiselect/docs/#/main) The thing is that if I open the dev console on the...

I finally made it work. https://jsfiddle.net/jmarrec/916cp5gr/ Needed 2.0.0 beta to make it work, also need to put selected_model = [] and not selected_model = {} like in the doc, because...

CI is failing because of styling issues. My entire vim setup is configured to follow PEP 8 and this styling is highly unusual. I'm going to take https://github.com/micbou/flake8-ycm for a...

> > /home/runner/work/ycmd/ycmd/build.py:1:15: E999 SyntaxError: invalid syntax Which runner is spitting this? I'm not seeing it locally... That's the shebang line too...

> seeing this: > > ``` > Run python3 benchmark.py --quiet > File "", line 1 > (latest_full_v=) > ^ > SyntaxError: invalid syntax > ``` https://github.com/ycm-core/ycmd/pull/1626/commits/3fae6955455abe0f43452c56e6fe0b092ede368f should fix it....

I have Ubuntu 20.04, locally with https://github.com/ycm-core/ycmd/commit/3fae6955455abe0f43452c56e6fe0b092ede368f I can run benchmark.py just fine, despite what GHA is saying in https://github.com/ycm-core/ycmd/runs/7956426099?check_suite_focus=true ... I'm confused. Click to expand local logs ```bash (ycmd)julien@ycmd...

@puremourning this is embarassing since this is actually the second time I get bit by partial f-string support in earlier python 3.x. the "=" one was added in 3.8: https://docs.python.org/3/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging...

More broadly, please release the 1.70 version for all boost individual recipes (eg [boost_system](https://bintray.com/bincrafters/public-conan/boost_system%3Abincrafters) is also at 1.69 still).

@IceflowRE isn't that the *monolithic* boost?