Michel Nivard

Results 7 issues of Michel Nivard

**Describe the bug** After 5300 iteraitons loss near 2.7, is it still supposed to spit out near giberish? **To Reproduce** Running on CPU, macbookkair M2, omitting the model.cuda() line **Expected...

bug

Hi, as an Rstudio developer I really love my "environment pane": ![image](https://github.com/twibiral/obsidian-execute-code/assets/11858442/77aae740-4a0d-4e72-a530-b0677b89c519) It basically tracks al objects you generate when executing code. I love it so much that I want...

Hi, I want to try and make tidySEM graphing functions work with GenomicSEM (https://github.com/MichelNivard/GenomicSEM ) output. any pointers as to where I can begin? I am cool with building a...

### What would you like to have? Hi, good to be back :), in regular use I find that if the (local) models I use sometimes make errors, but then...

feature

OpenAI now offers "function calling" where the developers (us) can specify functions for chatGPT 3.5/4 to call when it encounters an situation where it feels this is appropriate. Documentation here:...

feature

Hi @yihui your commented on a github discussion I had with the developer of the obsidian code execution plugin[twibiral/obsidian-execute-code/issues/325] made me think. Isn't Obsidian a GREAT fit for litedown authoring?Obsidian...

In RMarkdown, and quarto, its common for code fences to have curly brackets: ``` ```{r} ``` instead of: ``` ```r ``` Woudl it be posible to highlght those as if...

enhancement