Hanno Braun
Hanno Braun
Thanks for the info, @devanlooches! I think this increases the likelihood of this being a HiDPI display issue. Good to know it's not some platform-specific problem. That would be annoying.
I've looked into this, but no luck. I couldn't find anything that looked suspicious or was obviously missing.
I just discovered that this happens to me with X.org, but not with Wayland.
Fixed in #1266. Thanks again, @erenoku!
I've replaced `CycleBuilder` with `PartialCycle` in #1169 and updated the list in the issue description.
~~That this isn't finished is causing me some trouble with other work. I'm going to start finishing this now.~~ Oops, this is the wrong issue. Please disregard.
The status messages are controlled by the [`StatusReport` struct in `fj-interop`](https://github.com/hannobraun/Fornjot/blob/2cb0c7a282dec550336f563860a52b2e3d0e5132/crates/fj-interop/src/status_report.rs). Adding the timestamp should be a relatively straight-forward addition to the `update_status` method. Labeling https://github.com/hannobraun/Fornjot/labels/good%20first%20issue, since this should be...
Hey, @ArshErgon! The "Caused by" part and everything below is provided by [Anyhow](https://crates.io/crates/anyhow), so I don't think we can change much there. We have full control over the error message...
> and how can I run the project on ubuntu? I download rust should I follow this https://github.com/hannobraun/Fornjot/blob/main/CONTRIBUTING.md Sorry, I missed this question initially. How to run the project is...
I've added the information I outlined in my previous comment to [`CONTRIBUTING.md`](https://github.com/hannobraun/Fornjot/blob/main/CONTRIBUTING.md) (#995). The CI build is still running, but this should get merged in a few minutes.