Larry Evans
Larry Evans
This simply echoes the issue raised in the stackoverflow post here: https://stackoverflow.com/questions/62986317/type-safety-of-boost-qi-x3-parse about the parse returning the attribute value of "hello world" when it really should not compile. Test case...
The two attached screen shots show: https://github.com/cppljevans/composite_storage/blob/master/benchmark/src/CMakeLists.txt but without the large time of the hana.make_find dataset (it's largeness largely obscured details of other datasets). The 2 screen shots show the...
It helps user to see what the templates do if the generated files are preserved so that user can look at them to assure himself the template is doing what...
Using the feature/templight2 Templar executable on trace file produced by metashell's template_metashell causes a segfault: evansl@lje-OptiPlex-9020:~/prog_dev/metashell$ make templight templight_metashell -Xtemplight -profiler -Xtemplight -ignore-system -c -std=c++11 fib.cpp evansl@lje-OptiPlex-9020:~/prog_dev/metashell$ pushd ~/dwnlds/templar/Templar ~/prog_dev/metashell...
https://github.com/bolero-MURAKAMI/Sprout/blob/master/sprout/variant/variant.hpp shows, on lines 81 and then on lines 52 and 40 that the size of the variant is sizeof(int)+sizeof(tuple. That seems a waste of space to me since other...
Need for "RHS" transform_attribute Existing use of "external" transform_attribute The transform_attribute class is used in 2 places within rule::parse function The purpose here is to transform the passed-in, or external,...
Since decltype(as_spirit_parser(...)) is always void, what's the purpose of using it here: https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/x3/core/parser.hpp#L113 instead of the clearer `void`? Unless, of course, as_spirit_parser is considered a "customization point". However, it's under...
On my system: Linux lje-DL 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux when the pdf2html.js is run, the 1st line shows a warning: evansl@lje-DL:~/prog_dev/pdf/npm/pdf-parser/pdf-parser/example/node$...
The code is: ```ruby =begin The following requires cp'ed from: https://github.com/tardate/pdf-reader-turtletext/blob/master/lib/pdf-reader-turtletext.rb =end require 'pdf-reader' require 'pdf/reader/patch/object_hash' require 'pdf/reader/positional_text_receiver' require 'pdf/reader/turtletext' require 'pdf/reader/turtletext/version' require 'pdf/reader/turtletext/textangle' =begin The following from: "How to...
A simple 3 columns by 4 row table is not extracted with simple turtletext code: ```` require 'pdf-reader' require 'pdf/reader/patch/object_hash' require 'pdf/reader/positional_text_receiver' require 'pdf/reader/turtletext' require 'pdf/reader/turtletext/version' require 'pdf/reader/turtletext/textangle' require 'pp'...