armandsLa

Results 30 comments of armandsLa

I'm having the same issue. Numbered list and Bullet list alignment is off when adding emoji. Even without emoji, they are off by few pixels. Can't find a way to...

Looks like this is being caused when section insets are not taken into account when sizing the cell. Subtracting them from item size fixes the issue. ``` func collectionView(_ collectionView:...

I'm also looking for this functionality. Some types of notes really need horizontal separators, such as a gym plan where you can enter a plan for each day and separate...

@Oleksandr32 Thank you for reporting this issue. I was calling `HomeWidgetBackgroundWorker` from the main thread, so I never encountered this error. I have now added `Dispatch` to ensure it is...

@ABausG will you be able to review and merge this PR?

Sure, here is a video with these issues. At one point I was unable to delete an empty line. https://github.com/AppFlowy-IO/appflowy-editor/assets/6855713/7efe6d25-2304-421d-99cf-cae94decd46f

Same problems with example project. Tested on iPhone 15 Pro(iOS 17.2.1), Flutter 3.16.4. Using SwiftKey keyboard. https://github.com/AppFlowy-IO/appflowy-editor/assets/6855713/19dceabc-7a47-48e2-8c64-e8c59afce50d

I created a feature request in the Flutter main repo for the team to adopt `workmanager` as a first-party package. Although there’s only a small chance they’ll do it, an...

I'm also getting this exact error with `rails 8.0` when running queries. @yangtheman did you find a fix?

@hyzhan43 please look at this PR. I had a similar issue and this fix helped me: https://github.com/ABausG/home_widget/pull/244