Hans Larsen
Hans Larsen
Here's the compressed profdata: https://public.1fpga.cloud/hans/boa-issue-2975/my_trace.mm_profdata.gz
@frehberg Would you mind looking into this?
Actually might be even better to never build unless needed to (for pre publish).
I'm going to pull this in a new repo and try to get CI to agree with it. It shouldn't be too hard.
I have no idea why the `half` dependency would fail for this PR. There might be a moving transitive dependency that update that crate and now it refuses to build...
@jamwaffles Do you think this is something we could get merged in?
> Wouldn't polling the events for one window also discard the events for all other windows? I actually saw that too when building the example. In my own code that's...
@rfuest PTAL, thanks for the review.
@rfuest I don't mind either way. I fixed the problem in my code by basically reimplementing a subset of this library. I just thought more people would like this functionality,...
> Out of curiosity: Does your application need multiple windows or would it also work by displaying multiple displays in a single window? Multi window is just easier as I...