Open mhpob opened 1 year ago
I suspect this has something to do with _freeze.
_freeze
Worked fine at a previous commit, but then broke at a different commit without anything notably different. Both files updated _freeze/rtwb.
_freeze/rtwb
For now, I deleted the _freeze/rtwb folder and it seems to be working. Not going to close this issue as it's not really "solved" since I don't know what's actually causing this.
Happened again around April 2024.
I think this has been addressed by telling rtwb/index.qmd to not freeze:
rtwb/index.qmd
execute: freeze: false
Keeping this open for now until I'm sure it's a fix.
I suspect this has something to do with
_freeze
.Worked fine at a previous commit, but then broke at a different commit without anything notably different. Both files updated
_freeze/rtwb
.For now, I deleted the
_freeze/rtwb
folder and it seems to be working. Not going to close this issue as it's not really "solved" since I don't know what's actually causing this.