Rose Hudson

Results 15 comments of Rose Hudson

Yeah, that's true for editors without things like `c$` or helix's treesitter nav, but surely shift-end or a couple of ctrl-deletes isn't that bad? I could see it being a...

IMO there should be a new setting - someone wanting type hints might also want defaults where possible. Even in the `default` fill mode, todos are still emitted when r-a...

The cause of this is the wrong vulkan impl being selected - lavapipe is a software renderer and also doesn't seem to like working on wayland. It's happening on my...

@TheJackiMonster airshipper does not use vulkan directly, it uses iced (and iced-wgpu), which in turn interact with vulkan. The driver selection is handled by iced.

Sorry, I tried to reply this morning, but my email server fell over :) My API involves generic coproducts, and users* provide functions from a subset of a coproduct to...

Yeah, I used to use `unreachable!()` for these cases, until someone sent me a patch to do it this way. I agree that since `match never {}` can only be...

I'm in favour of perf improvements, but it might take me a while to review this. At a glance, your crate seems sound in a lot of places, though. I...

All looks good so far - the Merge API looks good as it is, basically if it works it works :) However I'm currently trying to get to the bottom...

Thanks, that's a great help. It's a shame the compiler isn't smart enough to see that idrop isn't actually doing anything in monomorphised cases (if that's what you're saying) but...

I made some small benchmarks to try to stress effect handling, and injections as well in `_bidi` benches. Here are the results: ``` test tests::coproduct_sum_bench ... bench: 23,101 ns/iter (+/-...