Chris Morgan

Results 65 issues of Chris Morgan

I just tried installing this in Firefox Nightly (with e10s), 64-bit, Windows 10. It was *utterly* unusable. The window title area and tab area would draw once and then never...

It’s very common to have declared dependencies that don’t actually end up in the compiled result. Sometimes this is formalised via optional dependencies and Cargo features, but more of the...

`AsyncOperationCompletedHandler::new::` includes `Send` in its bounds for `_F_`, and I’m not sure why it does, or whether it should in fact. For “I’m not sure why”: `AsyncOperationCompletedHandler` is explicitly marked...

I just tried this out, `cargo build --release --features http`, and found input broken: I couldn’t draw anything with mouse, touch or pen. Upon adding the CSS `touch-action: none` to...

The `parse` method produces objects with a strange prototype. Rather than leaving it at `Object.prototype` (the default) or using `null` (mostly better), the objects get an indirect prototype, an object...

enhancement
help wanted

It’s very common on light terminals for white to match the default background colour exactly. As it stands, bluetuith uses bold white (`␛[37;1m`). This means that, in terminals like mine,...

I often want to revise the last commit that changed the file or files in the index. I had been doing this manually until today, but I finally got fed...

When cutting a commit, it lets you choose which patches to include in the first commit, but it doesn’t show anything for empty files that are created, meaning that all...

enhancement
design

DNS lookup was implemented in mozilla/rust#9000; the client needs to use this to look up a remote address based on the hostname. I'm not certain what should happen in case...

T-enhancement
A-client