Ellet
Ellet
IMO this issue is not a priority, you could close it as unplanned if it's not a Kobweb issue however the [Kobweb router is sending an HTTP request](https://github.com/varabyte/kobweb/blob/main/frontend/kobweb-core/src/jsMain/kotlin/com/varabyte/kobweb/navigation/Router.kt#L400-L409) that is...
That's usually because those environment variables might not be supported yet or have a different name than the other launchers.
It seems that this feature request is already in the TODO list in code: https://github.com/modrinth/code/blob/0f2ddb452cc3baeb85a9a9d1e00dc43ba6b1517d/packages/app-lib/src/api/profile/mod.rs#L780-L802
Will fix this issue ASAP. For now, it has been disabled in #2221
It seems that even after disabling/reverting #2009, returns `false` in [`clipboardPaste`](https://github.com/singerdmx/flutter-quill/blob/c8b9df5255eae8ec7d55c055fc5ce9ecacc1dee4/lib/src/controller/quill_controller.dart#L568) and disable [`pasteText`](https://github.com/singerdmx/flutter-quill/blob/master/lib/src/editor/raw_editor/raw_editor_state.dart#L142). And also pass `false` to [`pasteEnabled`](https://github.com/singerdmx/flutter-quill/blob/master/lib/src/editor/raw_editor/raw_editor_state_selection_delegate_mixin.dart#L122). The text still gets pasted as plain text after using...
Can you share the full crash log? this seems to be a crash from native iOS, it could be an issue with a plugin, some internal method that communicates using...
> fixing a problem needs information on how to reproduce a problem. > It would be desirable if the quill editor would not produce so many errors and would work...
Closing the issue as we didn't receive a response.
> It would be desirable if the quill editor would not produce so many errors and would work more stable and reliable. That's what we're working on, we will need...
> do you think? what do you think? Should we move any implementation of simple_spell_checker to the example app to avoud this? Yes, we could separate this feature in its...