Daniel Lee
Daniel Lee
With the `bw` style, it looks like the existing manual. I checked in a version that'll make it look like a Christmas tree. (I just did that to demonstrate that...
No idea. I'm using python 2.7.10 and I just installed Pygments today. > On Sep 2, 2016, at 1:03 PM, Bob Carpenter [email protected] wrote: > > What are you running...
I saw that error too. Changing the style to bw helps, but yes, the time is a killer. I'll try the listings package out. Less dependencies is better. > On...
I want to split out the Stan code chunks into valid Stan programs. We can include bits of it in the manual. Then, we'd be able to test that the...
@bob-carpenter, do you have a preferred license for it? I'm happy following your lead.
> Is there a specific reason we don't have an `array[] int, int` signature for `+` and `-`? Strictly speaking, a Stan array is a container and we've gone with...
I'm bumping this issue forward. This code is messy and really should just be rewritten. @bob-carpenter, do you have any guiding principles for writing a parser for the csvs? This...
+1. I think we can implement it that way for now (2 passes). On Wed, Nov 30, 2016 at 6:27 PM, Bob Carpenter wrote: > Or, split the processing into...
@SteveBronder, thanks for putting up this issue. I think the issue itself could use a few more details on the technical side in order to be fully specified and implementable....