Tyler Mandry

Results 97 issues of Tyler Mandry

Implicit type parameters (like `Self` and others from the env) are put into a lowered item after the explicit type parameters, which is surprising. For example, the following test fails:...

design

### Motivation Covered in https://blog.sunfishcode.online/context-brainstorming/ ### Details TODO

Add APIs to list and read parametric attributes. I'm not sure what these are used for, really.

help wanted

Add API to list and perform actions. These are usually things like pushing buttons.

help wanted

If I have a Google Chrome window on each screen, and I try to `:focus()` the window that's on the screen other than the one currently focused, it will instead...

This code doesn't look correct for big endian: https://github.com/BurntSushi/regex-automata/blob/8deb0dba13b72a2234830e08c1e6de2a1189bc8c/src/byteorder.rs#L37-L41 It always copies the bytes to the beginning of the 8-byte array, but then interprets them as whatever endianness is being...

It would be really nice if Mutex had deadlock detection (including via a feature flag). Especially in an async context where it's hard to peer into the state of tasks,...

help wanted
C-feature-request
A-lock

Hey there, I decided to give Amethyst a spin since I saw you landed custom layouts, and I'm liking it. I think the custom layout stuff looks really promising and...

enhancement

There might be a reason why `default` requires an expression-as-a-string, but I can't think of one. The [reference](https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros) has examples of macros doing lots of funky things inside attributes. It...

This RFC generalizes the [`safe_unsafe_trait_methods` RFC][safe_unsafe], allowing implementations of traits to add type information about the API of their methods and constants which then become part of the API for...

T-lang
finished-final-comment-period
disposition-merge
to-announce