-
I'm implementing the a `Rectangle` widget (#26).
Here is what a Rectangle view in SwiftUI can do:
The swift code for that looks like so:
```swift
import SwiftUI
struct RectanglePage: …
-
I have a piece of code like this:
``` java
sequence(
linear_move(xy(100, 100)), // TemporalOperation
rotate(xy(100, 100)) // SingleUseOperation here
);
```
RotateOperation never gets execute…
-
I need transitions between views for my current project.
Unfortunately on a page change (= controller change), the current controller gets disposed, and with it all properties of the controller (so th…
-
### Bug or Regression?
Regression
### System Info and Version
System/Version info
```sh
```
Hyprland, built from branch at commit 9e781040d9067c2711ec2e9f5b47b76ef70762b3 (props: bump ver…
-
@pranitishettiwar : The requirement User is displayed the username, name, and body for each tweet is incomplete. Please complete and update status here /cc @codepathreview
-
All the struct attributes [`masonry/contexts.rs`](https://github.com/linebender/xilem/blob/main/masonry/src/contexts.rs) are `pub(crate)`, but why are these not accessible for other crates?
Is ther…
-
The fundamental problems we need to solve are:
1. Window.requestAnimationFrame is not exposed in workers.
2. commit() may not be synchronized with a browsing context graphics update, so we need a …
junov updated
3 years ago
-
A crash can happen when an update occurs as a side effect of a view being configured, e.g. the following will trigger a crash:
- Batch update with insert `0, 0`
- View for item `0, 0` deletes item…
-
So, Jetpack Compose, clearly, makes the front-end development much more consistent and faster. As a person who doesn't really like front-end dev., Jetpack Compose makes it easier for me to not overloa…
-
@codepath @codepathreview