David Armstrong
David Armstrong
If I modify the build function of ```_AutoSizeTextState``` like this: ``` if (widget.group != null) { widget.group._updateFontSize(this, fontSize / widget.factor); text = _buildText(widget.group._fontSize * widget.factor, style, maxLines); } ``` (adding...
I decided to create a new parameter ```groupScaleFactor``` as ```textScaleFactor``` seems to be linked to accessibility.
True, hadn't thought of that. I feel an exception is a little extreme: if I use the import hook in multiple places, having it raise an exception when I try...
@mstroefwig did you find a solution for this?
For anyone else getting this error, the solution is simply to remove the source. [This PR](https://github.com/Azure/azure-functions-host/pull/7046) for the original repo says the source is unnecessary. Since it has already been...
I would also like to see this. I'd like to be able to right click an image and either unblock it or block it. Long term, or using a different...
Also running into this issue. Is it just a question of changing the value in `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/open_ai_image_widget.dart`? Or is there some reason for choosing 6?
I'm not sure you're right about those asking questions being new to programming. I, for one, am trying out Flutter for web because I really enjoyed programming in it, whereas...
Any update on this?
Running into the same issue. Any solutions?