Manish Goregaokar

Results 134 issues of Manish Goregaokar

When we throw away more detailed errors during conversion across FFI, we should first be logging them A tricky thing here is figuring out how the logger gets set up....

A-ffi

We should eventually automate rollups, with failures pinging humans. Steps: - [x] Add rollup levels (https://github.com/rust-lang/homu/issues/22) - [ ] Add travis status indicators to the list view (https://github.com/rust-lang/homu/issues/26) - [...

Part of https://github.com/rust-lang/homu/issues/25 Would be nice if the PR list view could show the various status checks that show up at the bottom of the PR for approved PRs. We...

I intend to work on this myself though help would be appreciated (particularly, help with https://github.com/tatuylonen/wiktextract/issues/118) Chinese entries use Template:zh-pron, which lists pronunciations for various varieties, with an output like...

Testing rr on Ryzen 3900X (after running the ryzen workaround) and I get the following failures: ``` The following tests FAILED: 565 - setuid-no-syscallbuf (Failed) 1102 - checksum_sanity_noclone (Failed) The...

See discussion in https://github.com/rust-lang/rust-clippy/pull/8432 The lint is currently in the nursery and has had multiple problems in the past. We should do a deeper investigation: probably running it on a...

C-bug
E-help-wanted

It would be nice if content could _add_ features to the XRSession in the middle of the session. For example, a complex app may not require hand-tracking by default (and...

Maintainers notes: - Assuming this is custom completion on top of clap-driven completion, this is blocked on #3166 - Open question: does the completion function accept just the arg and...

C-enhancement
A-completion
S-blocked

:desktop_computer: [Rendered](https://github.com/Manishearth/rfcs/blob/namespacing/text/0000-packages-as-optional-namespaces.md) :desktop_computer: ---- _This was previously discussed as a pre-RFC [here](https://internals.rust-lang.org/t/pre-rfc-packages-as-optional-namespaces/13059), and later iterated upon in [this repo](https://github.com/Manishearth/namespacing-rfc)._ **There is a prototype of this RFC available on https://cratespaces.integer32.com/ with...

final-comment-period
disposition-merge
T-crates-io

In https://github.com/immersive-web/webxr/issues/997 we decided that hand input profiles by default would be select-only, and created [generic-hand-select](https://github.com/immersive-web/webxr-input-profiles/pull/170). We also discussed adding a way to opt in to overlapping squeeze behavior. There...