Isaac Lyman
Isaac Lyman
I don't see any TypeScript-specific annotations or errors. If it were a TS issue, casting to `any` would solve it.
Duplicate of #202.
Workaround discovered: Impeller just doesn't like it when two stops on a LinearGradient are exactly equal. Before: ```dart stops: const [ 0.0, 0.5, 0.5, 1.0, ], // ... stops: [...
Copied from an issue I raised that was closed as duplicate: > The RenderFlex documentation, found [here](https://github.com/flutter/flutter/blob/b06b8b2710/packages/flutter/lib/src/rendering/flex.dart#L230), could use some attention. > > - "Layout each child a null or...
I've read through the changes in PR #118044 and it's a huge improvement IMO, fully clearing up my first and third bullets. It's still either confusing or misleading on the...
> Padding is an overarching issue that we need to do a global overhaul in the library on soon I was just about to file an issue on that, is...
Happens for me as well (docker compose setup, running on a Windows desktop). I've found I can avoid the issue if I pause all jobs on the web interface and...
Update: Just saw this happen while I was _not_ uploading any assets (none of the CLI/web upload/mobile app were running). The only jobs running were: - Storage template migration (concurrency:...
As a shorter example, try copying and pasting the [Wikipedia article on rats](https://en.wikipedia.org/wiki/Rat). The whole article, from the title to the external links, is 22 pages in Microsoft Word and...
This is not an issue with chewie, which uses the latest version of wakelock. It's an issue with wakelock, which depends on an out-of-date version of win32. See https://github.com/creativecreatorormaybenot/wakelock/issues/202.