Rocco Moretti

Results 6 issues of Rocco Moretti

When starting Gollum, it has the `--h1-title` option to set the title from the first h1 element on the page: https://github.com/gollum/gollum/wiki#titles Does gollum-site support this feature? If so, how would...

``` #include void foo( std::initializer_list< int > const & initlist ) { for ( auto const & entry: initlist ) {;} } ``` compiled with -Wlifetime results in the following...

In addition to the general contig specification which is being used for the generation, it would also be helpful to monitor what the actual randomly sampled contig is. I believe...

enhancement

The User Guide section "3.7 Object Lifetimes" (https://github.com/boostorg/iostreams/blob/develop/doc/guide/lifetimes.html) has been labeled as `[To be supplied in the next release]` for approximately the past [18 years](https://github.com/boostorg/iostreams/commit/97de7d8c76921f23e42d9f7213a2e69825ac4484#diff-c85900f047f3caa5390fe91667866940a8bd08eb414ca85f8c45ba94ab549297). Some documentation on the lifetime...

The mp_f19_decoy_discrimination scientific test has a hard failure. It's crashing with the following issue in the minimization routine of relax. ``` core.scoring.hbonds.hbonds_geom: [ ERROR ] NAN occurred in H-bonding calculations!...

ready_for_review
90 standard tests

If we're updating compilation to only use Python3 (#54), updating the integration tests to remove Python2 dependence also makes sense. It looks like we've mostly fixed any usage of Python2...

ready_for_review
02 integration