Mads Marquart

Results 256 issues of Mads Marquart

I personally find the documentation on method-call expressions _very_ hard to grok, and I suspect I'm not the only one, so I thought I would attempt to rewrite the section...

See https://github.com/rust-lang/rfcs/pull/3519 for discussion about this

Follow-up to https://github.com/colored-rs/colored/pull/105. This is a breaking change.

breaking

### Summary [`Borrow`](https://doc.rust-lang.org/stable/std/borrow/trait.Borrow.html) acts similarly to [`AsRef`](https://doc.rust-lang.org/stable/std/convert/trait.AsRef.html), with a slight difference being that the former also requires `PartialEq`, `Eq` and `Hash` to work the same for the borrowed type. This...

question

Rust already has built-in support for creating and enabling a "Rust" category with LLDB, see [`rust-lldb`](https://github.com/rust-lang/rust/blob/1.72.1/src/etc/rust-lldb). I think it'd make sense for CodeLLDB to defer to that in some way,...

enhancement

The crash says "TypeError: e.hash is undefined". The traceback is gibberish. Occurs both in Chrome 115 and Firefox 115.

bug

The [`-weak_framework`](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html) linker argument can sometimes be useful to reduce startup times, and to link newer frameworks while still having older deployment targets. So I made a test to ensure...

T-compiler
S-waiting-on-review

Not sure exactly what to write here, but I wanted the docs to talk about it _somewhere_. Unless my understanding is wrong of course, and it _is_ possible for Winit...

DS - android

The idea to support "subviews", i.e. a sort of limited `Window` that can be nested inside of `Window`, has floated around a few times, so I wanted to open an...

S - api

Add issue templates, in particular issue templates for each platform, such that we don't have to request the same information each time a new issue is opened. You can see...

S - docs