Tim Lehmann

Results 20 issues of Tim Lehmann

Using 3D bezier curves instead of lines would allow for: - Simplification of lines (less space complexity) - Smoothing lines and pressure - "Perfect" collision detection for eraser - ......

enhancement

## Description This adds tests to verify that undo/redo behavior is correct in `ScribbleNotifier.setSketch`. ## Checklist - [x] My PR title is in the style of [conventional commits](https://www.conventionalcommits.org/) - [x]...

**Is your feature request related to a problem? Please describe.** Multiple times now I've been surprised by the fact that `useState` doesn't allow for setting custom keys that trigger a...

enhancement

The tagging workflow fails since it attempts to push tags to the remote that already exist. This happens when for example only one of the packages received a version update,...

**Description** Thank you for this amazing work! I was wondering when you're planning to promote mason from a pre-release to a stable `0.1.0` version. I tried to look for documentation...

question
waiting for response

I'm struggling to understand what the intended workflow for prereleases is. I would've thought that if I version as prerelease using an action similar to the recommended `workflow_dispatch`-based one, the...

**Is your feature request related to a problem? Please describe.** In large projects, it is often cumbersome to have to stub APIs over and over again, especially if you only...

investigating

When building with `BehaviorSubject`, the need arose to be able to clear the subject to reset it to the same state it has after having been instantiated without a seed....

After the deprecation of `Matrix4.scale()` and `Matrix4.scaled()`, it seems like there is no way to easily write one of the most common use-cases in Flutter anymore. There should be a...

I see that `copyWithPrevious` is being marked as internal. I use it every once in a while to allow my UI to stay in the data state when I trigger...

enhancement