Will Hart

Results 18 comments of Will Hart

I get a similar issue if I manually spawn chunks. The manually spawned chunks appear as expected, then: 1. when moving the camera, nothing changes 2. when resizing the window...

I just noticed the same thing happens for me in `cargo run --example square_tile` on this repo. ![6cCDmXeLTG](https://user-images.githubusercontent.com/391950/115142823-27946d80-a087-11eb-8169-171d8001f988.gif)

Hey, thanks for the report. At the moment I'm concentrating on getting 2.0 out I'll consider v1.x hotfixes once its ready to go.

IE support for custom events is :-1: No events are currently raised in IE.

With #20 implemented this becomes "relatively simple"...

Am I right in saying that #28 and #29 mean Windows is currently not supported?

https://github.com/vibora-io/vibora/issues/38#issuecomment-399143530 mentions a fix for Windows coming on 22/6, so hopefully this will be resolved in the near future!

I've got a `fold` version of this which looks like ```rust impl Picker for MaxScore { fn pick Option

Ouch that sounds stressful @ndarilek . I don't want to step on your toes but I'm happy to make a PR

Ah good point, I was following `SumOfScorers` as an example which accesses `score.0` directly. I'll revert the change. Are you open to PRs for other Picker / Scorer types? Or...