Nicola Gigante

Results 7 issues of Nicola Gigante

With G++ version 4.8 or 4.9 on OS X, installed from Homebrew, the library does not compiler: ``` optional.hpp: In function 'void std::experimental::fail(const char*, const char*, unsigned int)': optional.hpp:211:29: error:...

There's a typo in the header's feature macros. HIGHER is spelled "HIGHTER". At first I was worried of the typo leading to some bugs, but it seems to be coherently...

When `clipp` is included as a subproject with `add_subdirectory`, the target is installed alongside the other targets of the main project. This is not always advisable, especially not if the...

Hi, is the project still under maintenance? There are issues open from 2019 and perfectly reasonable and needed pull requests still waiting to be merged. For example #54 is essential...

When using `latextools` and multiple open panes, after the first use of the citation autocompletion menu, the current pane starts to steal focus to all the other panes, i.e., clicking...

This is a pretty narrow bug so I hope someone can reproduce it outside of myself. I use Atom 1.5.3 (I think the last one) and `atom-latextools` 0.7.7, on OS...

Hi, It would be nice to have `operator|` and `operator+` as a shorthand for `alt` and `seq`. Has it not be done already by design? The `many` combinator could also...