Debabrata Samal
Debabrata Samal
got same error on Manjaro with AMD CPU and GPU. https://stackoverflow.com/questions/75591043/got-segmentation-fault-while-launching-stable-diffusion-webui-webui-sh
I have the same issue in android. This only happens when the "text and display size" is other than default setting.
I found a workaround. Wrap the MarkdownWidget with MediaQuery and set the data of MediaQuery to `MediaQuery.of(context).copyWith(textScaler: const TextScaler.linear(1.0)),`. **Example** ``` MediaQuery( data: MediaQuery.of(context).copyWith(textScaler: const TextScaler.linear(1.0)),, child: MarkdownWidget( data: yourMarkdownData,...
can u try this `>- text` instead of `- > text`
same issue; any alternatives?
> > same issue; any alternatives? > > What I've been doing is setting `expands: false` and wrapping the code editor in a SingleChildScrollView, so that the entire editor scrolls....