Alex Axthelm
Alex Axthelm
is this the list of shapes from: https://graphviz.org/doc/info/shapes.html ?
I can confirm this behavior. It looks like there are also issues with `restrictionsite` (no shape) and `point` (no label)  ``` r library("DiagrammeR") columns -- directed / disconnected /...
I use Rmarkdown, and my markdown blocks have curly braces in the code name: ```` ```{r} | ``` ````
I'm on an M2 MBA (2022), and I get app volumes as respected, but when I unplug/plug-in an audio device and background music switches to the new device, the app...
thanks for making the ticket. it's something I was already working on. I think the best strategy is to try to pull `branch`, but if that doesn't work, then pull...
now I just need to figure out a good way to check if `branch` exists 😢
Noting that tests have failed due to bad TeX dependencies. Since this PR is for deprecation, I'm okay with merging even with failing tests.
we might want to consider moving to an actual logging package. There's a good list in the README for https://github.com/daroczig/logger/
1: I think this qualifies as "tech debt" in the sense that the system (mostly) works now, but this could cause us problems in the future. 2: I agree that...
I view the `if` statements as tech debt. It opens up an avenue for errors, but it seems like #436 is the only one that has popped up as an...