Matej Knopp

Results 29 issues of Matej Knopp

**Background:** The way SuperEditor currently handles document widgets where all the widgets in the document are instantiated at all times is presenting a significant bottleneck to us. We aim to...

With Dart 3.0 it is now more viable than ever to write functional-style code. However the lack of support for shadowing local variable makes it problematic to write code like...

request

I'm wondering why is this project using GPL. Any project using this would be subject to copyleft. Is this intended? Is there any possibility of relicensing?

Hi, it would be very useful to have access to codec parsers separately from the main crate. I'm wondering if splitting the crate in two would be worth considering?

| Bad | Expected | | ------------- |:-------------:| | | | Repository: https://github.com/knopp/flutter_scroll_overlay When touch event is received, instead of immediately beginning a frame Flutter waits for next vsync. But...

platform-ios
engine
a: fidelity
P2
team-ios
triaged-ios

Rive animations with audio crash on iOS simulator 16.0 (1036), regardless of iOS version running in the simulator. ``` Assertion failed: (pDevice->playback.internalChannels

This PR reworks gesture handling inside interactors with the goal of super_editor gesture detectors playing nicely with other detectors. With this PR it is no longer necessary for interactor to...

Fixes https://github.com/superlistapp/super_editor/issues/2254 - Changes `Stack` in `SuperEditorImeDebugVisuals` to `SliverHybridStack` because the render object now lives in a sliver - Implements `forgetChild` inside `ContentLayersElement`. This is necessary because the `content` of...