Jared O'Connell
Jared O'Connell
Are there any resources or documentation I should use to debug this?
Do you know how values are aligned in Rust? I looked it up and it's platform specific, but alignment could reduce any benefit from switching from f64 to f32 or...
I fixed the stopwatch example and removed a stale reference to a function. However, this is not ready for merging. The design of the variable clock example needs to be...
I tested a few examples in Windows with Nvidia and MacOS with M1 Pro and I cannot see any differences.
I experienced a panic while testing http_cats, but it doesn't look related to these changes, so I created an issue. But it might be. #750
There appears to be a problem with the cursor position in Prose (and potentially others) when not left aligned. When clicking on a middle aligned block of text, the cursor...
Other regressions I found include the text within the progress bar not updating in the `widgets` example, and the textbox size shrinking greatly when no text is present in the...
> Please check out [the new implementation](https://github.com/failingprovince/xilem/commit/6f989442536206a05c24a06664b3638d3301a65d) I wrote. > > I'm not so good at testing, do you have any suggestions where to start for this? Then if everything...
One comment I have is that there is code in the implementation of `FillStrat` that is not used with this code. What do we want to do about that?