Rocco Moretti

Results 26 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

With a -pack_min_runs of 2 or greater, there's a chance that the sequence of the structure changes. This is a problem for a fixed PackerTask run, as `task_is_valid( pose )`...

ready_for_review
90 standard tests

From discussion #163 `core::membrane::convex_hull()` causes a segfault in `core::Size minx = outside[ tmp_x.index( numeric::min( tmp_x ) ) ];` because the tmp_x vector is empty. This is because none of the...

bug

There was some discussion (by e.g. @nannemdp) that the inline logic for ResidueSelectors doesn't always do the same thing as the separate AND/OR/NOT selectors do. This PR adds a rudimentary...

This function is confusing, as it's not talking about the surface of a protein, but mineral surfaces. The ResidueType property SURFACE isn't used frequently -- for the rare case it's...

ready_for_review
90 standard tests