fab4100
fab4100
For example, `python -m korali --help MCMC` could display properties and parameter for the `MCMC` sampler with a possible minimal code example. The docstrings used with pybind11 could be used...
Proper version tags should be annotated. ``` +[fabs:korali] master 129 ± git show-ref --tags -d 1dfbd9099f8fbe0076af0e1b907bf526a0c574b6 refs/tags/v1.0.0 d2d8577ba4e5180f9df434ac05cb349c620f7f8d refs/tags/v1.0.0^{} 9205b289362eeeae695e6d30e6bddbcc99457e87 refs/tags/v1.0.1 6ef7cc1ff17bd42551c1d97f6feef09d4502ba61 refs/tags/v1.0.1^{} 01f7461f81a4a4c18318c4299221c71aad164898 refs/tags/v1.0.2 ca0c477bc9cdcdfb724b6853c81336ab400ec3df refs/tags/v1.0.2^{} c4c1c4d3c17086e55b0a7e18868b024543e92600 refs/tags/v1.0.3 c4c1c4d3c17086e55b0a7e18868b024543e92600...
Sometime I need to browse the local neighborhood of the file I am editing and using vifm is convenient but can be cumbersome to quickly open a file and close...
The line is `items[num+3].set_active(self.frame.Networking.config["trusted"].has_key(user))` and should be `items[num+3].set_active(self.frame.Networking.config.has_key("trusted") and self.frame.Networking.config["trusted"].has_key(user))`
The `BTags` command is declared with optional `[QUERY]` while the `Tags` command is declared with optional `[PREFIX]`. The query behavior in `BTags` source generator is less restrictive compared to `Tags`...
Git send-email by default uses multi-file edit mode (`sendemail.multiEdit`) when more than one patch file requires editing an associated email message and/or cover-letters. Multi edit mode spawns one editor instance...
Assume the command in question is `:Git send-email --annotate HEAD~2`. This will prepare patches for the last two commits pointed to by `HEAD` and prepare one email message for each...
## Bug Report @trilinos/stk @alanw0 ### Description Undefined reference during link stage of `stk_transfer` for LAPACK symbols referenced in `stk_transfer_util`: ``` /usr/bin/ld: ../../stk_transfer_util/stk_transfer_util/libstk_transfer_util.so.16.2.0: undefined reference to `dgetrf_' /usr/bin/ld: ../../stk_transfer_util/stk_transfer_util/libstk_transfer_util.so.16.2.0: undefined...