Josh Duncan
Josh Duncan
I currently have splashr running on Windows 10 but I didn't use the `install_splash` function. Instead I installed Docker for Windows [here](https://docs.docker.com/docker-for-windows/install/) and then installed the container from the command...
@PavanChaggar Great to see more steps in this direction! I put together a [LKJCholesky MWE](https://discourse.julialang.org/t/singular-exception-with-lkjcholesky/85020?u=joshualeond) just the other day and posted it to Discourse because I was running into some...
Hey @yebai and @torfjelde, just checking in to see if this is implemented in Turing? I see those two PRs are merged but wasn't sure if that meant it's complete...
Thanks so much @yebai for you and the Turing team's effort! I see adding support for this has not been a trivial task. Unfortunately, I'm personally still having problems using...
Hey @yebai and @torfjelde, yes it looks good on my end: ```julia using LinearAlgebra, PDMats, Random, Turing Random.seed!(121) # generate data sigma = [1,2,3] Omega = [1 0.3 0.2; 0.3...
Nice! Just checked it out and looks good on my end as well. Thanks again for the huge effort!
Exciting to see this work being done in Julia! Do you think it would make sense to include an example of how you could use the results of this package...
Came here for this after seeing the above comment. Would be very interested to see this on the board as well.
@jennybc pointed me to this issue that seems related: https://github.com/posit-dev/positron/issues/2235
Not sure if this is helpful at all but I'm also experiencing the same issue on Windows 10. I find that when I change the modes (Landscape/Auto/etc.) and play with...