Jayson Rhynas

Results 11 issues of Jayson Rhynas

One useful feature would be to change the backend used depending on how long a command takes. For example, if a command takes

Brightness jumps to 100% when adjusting

Specific model: S23A300B Brightness and contrast work, but reset to last values set using monitor controls when power cycled or disconnected.

I noticed that the section on `allSatisfy` says that the operator only publishes a value once the upstream publisher finishes. However, `allSatisfy` actually short-circuits in the same way `containsWhere` does,...

enhancement

This PR leverages `dynamicMemberLookup` to allow setting properties in the same style as SwiftUI. Unfortunately DML cannot be implemented by a protocol so the implementation needs to be duplicated between...

Xcode Instruments removed the export option a few years ago (I'm unsure when, but it is definitely not available in Instruments 13.0 onwards). However, you can still access the data...

This adds a new filter option that shows only releases, plus any betas that do not have a release version. So as of today (July 7, 2023 the Xcode 15...

Splits Edge type into EdgeXAxis and EdgeYAxis types Provides compile-time safety to ensure that invalid constraints are not created between edges on different axes. Before this change, the following code...

Uses with `NSLayoutAnchors` and `anchorWithOffset(to:)` to create a `Dimension` representing the distance between two `Edge` `Dimension` can now hold an `NSLayoutDimension` anchor (representing an offset dimension) or produce a `NSLayoutDimension`...

Every panel except "project" can be hidden. All panels are visible by default. I decided to not let "project" be hidden since a) it's special cased in various layouts and...