Eyal Kalderon

Results 126 comments of Eyal Kalderon

It also seems that as of https://github.com/neovim/neovim/pull/15894, Neovim now defines all the relevant `Diagnostic.*` highlight categories by default, making this plugin no longer functional (since it assumes the highlight categories...

@kvark It looks like there are two kinds of struct flattening available in Serde. There's flattening into a map, which acts as a "catch-all" for fields that aren't found in...

I'm getting this as well with `what(): unknown compilation unit version 5` in `coz-profiler` 0.2.2, but only when I build my Rust app with: ```toml [profile.release] debug = 1 ```...

This is a particularly painful point for me in Amethyst. I would really like to see this happen someday!

Has there been any additional progress on this recently? I happen to be looking for this exact feature.

Is this PR still being worked on? I ran into several more cases over the past two years where this API could be useful. I'm willing to take over this...

Sure thing, @tmccombs! I'll write a few, perhaps based on the tests for `future::Shared`, and I'll post them here.

@tmccombs I didn't get around to writing tests for this, unfortunately, but it seems that the current commit is failing in CI due to a `clippy` lint for `unnested-or-patterns` ([source](https://travis-ci.com/github/rust-lang/futures-rs/jobs/350251022#L340))....

Got it! Thanks for clarifying and updating the branch. I'll get started writing some tests and open a PR against your fork.