Andrew Shaffer

Results 66 comments of Andrew Shaffer

Ah yes you're totally right about that. The constraint section for the degenerate variance condition is the section I probably struggled to parse the most. I found most of the...

Great, thanks for the quick turnaround. Glad I didn't end up wasting your time with this. I should have mentioned it before, but I think the same issue might be...

What's the model being used here?

I might have noticed another small inconsistency in the calculation of x0: https://github.com/atsa-es/MARSS/blob/degenfix/R/MARSSkem.r#L491 Compared to equation 209 in the derivation, the numerator seems to be missing a bold-L/star$V0 factor in...

@joshrtay I think the OP is referring to this in Ocaml proper: http://kcsrk.info/ocaml/multicore/2015/05/20/effects-multicore/ The way redux-effects and other reduxy effect systems handle effects are too specific to redux, I think....

Any thoughts on allowing something like this? ``` javascript @curry export * from 'mod' ``` Where 'curry' would be applied to each element exported by mod.

@trikadin You mean what's the use-case? Suppose I have some library of functions and I want to compose them all with some other function, or curry them all, or whatever....

@loganfsmyth That does make sense, I didn't realize they were being exported in that way. However, since exports are immutable, would it not be possible to do something like this?...

Hmm...I think probably I ought to break out an `inline` module that synchronously inlines an individual file, which `gulp-inline` may then consume. I'll have to think about this a bit.