Brian Ward
Brian Ward
### Zig Version 0.10.0-dev.760+1a84c23d6 ### Steps to Reproduce Save the following to a file with an extension which is not generally used for C++, such as `test.foo` or `test.hpp`: ```cxx...
#### Summary: Reported by @avehtari: Requesting the number of draws to be some small number and not also changing `num_elbo_draws` leads to a CSV file of unexpected length. This is...
#### Summary: In situations like https://github.com/stan-dev/cmdstan/issues/1207, where there is an infinite loop which never exits, a user may try to debug-by-print the loop condition. This will never be useful, as...
This would close #1521 The commit identified there (https://github.com/hzeller/rpi-rgb-led-matrix/commit/39953b7a6e5e0ae6d4ff0a7aba0f9b234b878d9b) changed the font parsing to no longer need a left shift, but this meant the offset was no longer used at...
**Is your feature request related to a problem? Please describe.** I am really enjoying this tool. I'm planning a talk where my reason for wanting to use the terminal is...
"Valid" in the sense that they meet the schema, not that they're visually correct.
## Description Currently, Stan's complex number support is entirely built on `std::complex`, including autodiff, which uses `std::complex`. This is, unfortunately, unspecified behavior in the [C++ spec [26.4.2]](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4296.pdf): > The effect...
## Description I have noticed some odd behavior using `ode_adams` and `STAN_THREADS`. This does not recur when using `ode_bdf` or `ode_rk45`. ## Example Using a simple SIR model, courtesy of...
## Description The `licenses/` directory includes a file called `eigen-license.txt` which contains the LGPL3 license. Eigen's license has changed to be "primarily" MPL2, see: https://gitlab.com/libeigen/eigen/-/blob/3.4/COPYING.README The file `dependencies.txt` in that...
When pathfinder was first being exposed, it was decided that num_paths=1 would run single-path pathfinder. This was at the time the only way to turn off PSIS resampling. Now that...