Rémi Thériault
Rémi Thériault
Great! Anything I can do to help with this in the meanwhile? Or just be patient :) On my end, I could help the `vitae`'s maintainer to change what's generated...
> I see no errors when I follow your links.. false positive? You are right! It's gone now. Sorry for the false alarm. Strange. However, locally I still get the...
Downgrading the `lavaan` version to the preceding version fixes the issue: ``` r library(lavaan) packageVersion("lavaan") #> [1] '0.6.17' HS.model
Hi, sorry for the delay. I confirm that updating `blavaan` locally fixed the issue for me. The reason I was confused was that my GitHub action workflows were also failing...
Ah! I've been looking for a solution to this bug for days! The same happens with figures. I've opened a StackOverFlow issue about this here: https://stackoverflow.com/q/78963141/9370662. This happens regardless of...
Seems related to #117
Here's an even simpler minimally reproducible example: ```` --- title: "Minimal Flexdashboard Example" output: flexdashboard::flex_dashboard: orientation: rows vertical_layout: scroll runtime: shiny --- ## Row 1 {data-height=800} ```{r} ui
I'd be happy to look into submitting a PR for this, but I might need a pointer or two since I am not too familiar with how vitae works and...
Great, thanks. Is it also worth opening an issue in the Awesome template repo, or are you also maintainer for that one?
When using the markdown strategy, I actually get the following tex: ``` \section{\texorpdfstring{\href{https://scholar.google.com/}{Publications}}{Publications}}\label{publications} ``` How should it look like exactly to work "properly"? should it have that many times the...