Tim Lehmann

Results 15 issues of Tim Lehmann

I was of the assumption that if I trigger a change from the BlobController on an animated Blob, the change would be animated. Unfortunately, that doesn't happen and the Blob...

When adding a `BlankAudioDataSource` with any duration to a Transcoder, the transcoding process gets stuck forever with the following log: ``` V/TranscodeEngine( 9241): transcode(): executed step=53 advanced=false completed=false V/Segment(AUDIO,0)( 9241):...

Since the `typedSnapshotStreamKey` depends on the type of a `MockDocumentReference`, there can be two separate snapshot stream keys for the same document reference if you obtain one from a converted...

We changed the coordinates used to position the `Draggable` feedback by transforming them into the `Overlay`s coordinate space. This has no influence on any untransformed `Overlay`, most Flutter apps should...

framework

### Steps to reproduce 1. Wrap your entire `MaterialApp` in a transform (`Transform.scale(scale: 0.5, child: ...)` works well) 2. Try out any `Draggable` ### Expected results The `Draggable` feedback should...

I'd like to us the viewportFraction parameter that a PageController normally offers. Additionally, recently PageView started to expose the padEnds parameter which would then also be helpful in the Coast...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description I would love to be able to...

feature request
waiting for response

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 5.3.0 ### Description When defining a script with multiple steps, the working...

bug

`MediaTransformer` does a really nice job of being very simple to use when you're first getting started. Once you want advanced functionality however, you are faced with creating your own...

**mapbox-gl-js version**: 3.2.0 **browser**: any ### Steps to Trigger Behavior 1. Use `jumpTo` on every frame while not interacting 2. Attempt to listen to "movestart" events to stop animation 3....