Trevor Vincent

Results 3 issues of Trevor Vincent

"scholar.py -c 1 --txt --author einstein quantum --citation=bt" gives no output, while "scholar.py -c 1 --txt --author einstein quantum" produces the correct output as seen in the example documentation. This...

Hi! it would be nice if we could parse side variations, e.g. ```cpp #include #include #include #include "chess.hpp" using namespace chess; class MyVisitor : public pgn::Visitor { private: size_t ply...

Hi! Awesome library! Really enjoying the speed. I could use some functionality to write out pgns, but I could only find an example for reading them. Is there an easy...