Elian H. Thiele-Evans
Elian H. Thiele-Evans
just spitballing - is it possible that there's a namespace collision between `util.ts` and the node `util` module?
It's interesting that it's occurring just with `knit.ts`... I'll try to play around with this and see if something works Edit: Some interesting links: - https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ - https://github.com/GabrielBB/xvfb-action/issues/30 Could have...
I believe I have a fix! Will PR shortly Edit: See #1302
An issue I've found when approaching unit testing rmd knitting is that I have to mock the vscode API (e.g. `activeTextEditor`). There doesn't seem to be a straightforward way of...
we can probably leverage testthat or similar packages within child processes for consistency?
unstale
Thank you for digging into this @dereckdemezquita! will have to check what's going on with the pandoc path setting -- it *should* be picked up by node (but obviously something...
Hi @gowerc, sorry for not seeing this sooner! Is this still an issue? At first glance, I wonder if it has something to do with how we examine symbols for...
Weird, I haven't been able to replicate this. I've cloned your repo at the linked commit, and I've bound `workbench.action.terminal.runSelectedText` to F12, but running the selected text is working as...
namespacing seems a reasonable fix