Wes Hinsley

Results 5 issues of Wes Hinsley

I am testing the code below on Mac OS 10.13.6, which is not my usual/familiar machine - [edit] - issue also reproducible on ubuntu. ``` while(TRUE) { kp

Hi Gabor, Happy New Year to you, I've made a small PR [here](https://github.com/gaborcsardi/keypress/pull/8) - which implements the non-blocking behaviour on Windows. Previously, the block arg in `keypress_read(int block)` was ignored...

Addresses issue #53

**Describe the bug** Not sure if this is an issue with cmdstanr, or cmdstan - and is something of a design problem, rather than a bug per se. When we...

If we try and build INLA from source, we get the error message below:- ``` > install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/stable"), type = "source", dep = TRUE) Installing...