Dwayne Slater

Results 21 issues of Dwayne Slater

We've managed to hit a reproducible deadlock concerning filesystems. The exact setup is unknown, but using finer lock scopes should fix the issue. I'm not able to test this change...

**DO NOT MERGE YET** Very broke, needs fixes: - [ ] getopt broken - [ ] os_ogc implementation

enhancement
help wanted
hardware

I can connect to my Laptop's share over USB using the builtin hotspot-over-USB functionality, but after a while the connection will time out. The app will not reconnect to the...

Currently the specification for patterns states that a map that does not contain a key will not match. Unfortunately this means that patterns aren't able to be used to destructure...

patterns

Part of flutter/flutter#108486 This introduces the concept of a "WindowSurface" which manages everything rendering-related for a PlatformWindow. The WindowSurface would also provide a compositor implementation for platform views. AngleSurfaceManager should...

platform-windows

## Steps to Reproduce 1. Use a desktop embedder, or another platform that allows you to scroll with a mouse's scroll wheel. 2. Scroll any scrollable content (e.g. list demo...

c: new feature
framework
a: fidelity
f: scrolling
a: quality
customer: crowd
a: desktop
has reproducible steps
P1
found in release: 3.7
found in release: 3.10
team-desktop
triaged-desktop
multiteam-retriage-candidate

I tried this code: ```rust pub struct Foo { next: &'static Foo, } pub struct Bar { next: fn() -> &'static Bar, } // Compiles pub static FOO: Foo =...

T-compiler
A-const-eval
C-discussion

There are non-public APIs for hosting DirectComposition visuals inside of a Windows.UI.Composition visual. In the Windows Flutter embedder I'd like to offer both DirectComposition and UI.Composition as part of the...

Triggered by searching for "mips" in LLVM's issues. Some issues are moved from their old issue tracker, so they have fake authors. ### Error stack trace ``` com.squareup.moshi.JsonDataException: Expected one...

This problem could possibly be resolved by keeping a black overlay on the screen after the screen turns off. This will make sure that when the screen on animation plays,...