Results 22 issues of Nir Friedman

The examples of count and any_of implemented using reduce aren't correct: https://github.com/codereport/Algorithms/blob/master/stl_14_reduce_accumulate.cpp. Because reduce can be applied out of order, you have to have associative, commutative functions. The functions being...

My suggestion is to have the alphabet three times at the top: once in regular, once in bold, once in italic. Why? I've discovered YET another supposedly "mono" font that...

Hi, I'm seeking an optional implementation to include with my library, a C++14 reflective enum implementation. The library would automatically switch to std::optional if compiled with 17. I wanted to...

I've made very minimal changes from the base lanyon repo, and none to the CSS. I have the following code: ``` {% highlight cpp linenos %} class A { void...

Even though CLion has a python plugin that supports most/all of what Pycharm does, this plugin isn't available for it. It is available for IntelliJ, I notice. Could the plugin...

Status: Stale

Hello, I love your app. Great stuff. Would you be able to give basic instructions on how to authorize it for google docs or dropbox? Don't really know where to...

question

Virtual edit can be activated in regular vim via :set ve+=block. This greatly improves the behavior of visual block mode by allowing it to select space on the screen where...

Feature Request

I'm on the unstable branch of Vrapper. The behavior that is described for the indentation text object on its website is that repeatedly pressing ia (or aa, etc) will continually...

Defect

Current usage looks like this: ``` struct Person { BOOST_HANA_DEFINE_STRUCT(Person, (std::string, name), (int, age) ); }; ``` It's not clear from this whether the members will be declared as `int...