Emmanuel Arias

Results 63 comments of Emmanuel Arias

@gilgamezh Estaría bueno tener este PR, es muy interesante la nueva feature :) Puedo ayudar en algo?

Por lo que pude investigar sería un problema en la documentación de Python rfc espera un número no una frase. debería ser algo así ``` :rfc:`2045` ``` Esto se repite...

@mondeja con la nueva version de pospell no tenemos ese error?

Para mi es la documentación de python la que aplica mal el :rfc:. Consulté pero todavía no tengo novedades.

Hello @Remi-Laot-CreiZyz, I can confirm the behavior :/

if you add: ``` if (namedOptions.count("input")){ std::string inFile = namedOptions["input"].as(); } ``` you will not have the segfaults :-)

if you compile: ``` #include "cxxopts.hpp" #include int main(int argc, char *argv[]){ try { cxxopts::Options options("xxx", "descr."); options.add_options("target") ("i,input", "input (JSON format)", cxxopts::value() ) ("o,output", "output (CSV format)", cxxopts::value() )...

Oh that would be great! I could work on that @sallar