David Cramer
David Cramer
Would be easy to do - wonder if we should just make this a config level thing that is either 1) install wide, or 2) per-category per-category kind of makes...
Have the capability now. Can decide what we want to do.
I'm wondering if its simple to re-export react here (though that feels dirty). Alternatively we'll have to provide some way to swap out the underlying react implementation. I'm not entirely...
I think we can close this out? At this point we've decided that we will 1) never skip the sidecar (a variety of reasons), and 2) additionally shortcut the sidecar...
I think doing something like co-author would be too expensive, however simply adding a way to tag a bunch of collaborators would be fairly clean. Just a simple tag-like input...
Digging into this to figure out why it didnt force the redirect.
In root.tsx we check for the attribute, and when its not set we redirect a redirect. However, something changed in Remix (maybe with a prior version upgrade) that this redirect...
Tempted to just say we should add a [UI] or similar annotation but im not sure
So we have prism already installed - with the sentry theme even. Gonna look at why its not applying as expected here.
I dug into this a bit.. The issue is on the client its re-rendering and removing the prism formatting. Ideally what we'd do here is _only_ render this on the...