Eric Howey
Eric Howey
Just a note to say I merged those changes and did the minor migration to using the `rendererOptions` object, otherwise like Josh said it just worked the same as before....
Are you just going to push against this PR or a separate PR for the switch to enquirer and then I can update this PR afterwards?
I don't mind handling it. It might open the opportunity for a mini-refactor as enquirer + Listr2 allows for prompts to be handled within Listr itself versus separated out as...
Closing in favor of https://github.com/redwoodjs/redwood/pull/6723
Hey just a note to say I appreciated your write up and perspectives here - made me reconsider how I would/should do things. I would probably have done what you...
Just browsing issues - I sometimes take a scroll though issues just to see what is shaking. I have been toying around with a SaaS idea on/off based on time...
Thanks for looking into this. Just as an FYI - this shows up in development even with the `DEV_SSR` flag set to true, so not a reliable indicator of whether...
Just wondering where this stands on the priority list of fixes, or is it a bigger deal/longer term and I should implement the work around mentioned above?
Thank-you! Sorry I didn't mean for you all to feel rushed. I really appreciate all of your work on Theme-UI!
Yea I had thought of doing that but was...lazy...I just tried tonight and am now doing it like this: ``` setIsNavOpen(false)} sx={{ textDecoration: "none" }} > ``` I am now...