Chris Krycho

Results 673 comments of Chris Krycho

I just came here to say the exact same thing as @emlynmu – this should be separate behavior from serializing workspaces. On macOS, whenever you open a new window of...

I regret to say: This is not quite *fixed* in 0.72.x, though it took a big step forward: It is fixed when *saving workspaces*, and appears to remember the position...

Extremely yes please. (cc. @gabrielcsapo!) This will make it much easier for us to have template linting integrated with editors, without needing custom language server implementation. Additionally, it feels like...

A small detail, but I think you’re right! I *suspect* (though I haven’t dug through Git history to prove it) that this probably once read “an `io::Result`” instead, which would...

I suspect the language here dates to before [the switch to defaulting to generating binaries in Rust 1.25](https://blog.rust-lang.org/2018/03/29/Rust-1.25.html#cargo-features).

Agreed that we could *improve* this a bit, but the fix is actually immediately below! “Later in this chapter” is actually the misleading bit, because the text supplies (via compiler...

Thanks for opening this! I can understand what you mean about the shift between the very real-world-feeling example of the coins to the more abstract `plus_one`. I am not sure...

@wooorm I haven't played with trying to add this to markdown-rs yet (and don't know if/when I'll have time to), but a design that I find quite powerful is the...

That definitely seems reasonable as a design, though I will note that it also comes with non-trivial performance overhead (lots of extra copies and allocations for the AST→AST transforms)! It's...

At a minimum it’s helpful to me as the maintainer of ember-cli-typescript – thanks for writing it up! I’ll add the note about using the paths option this way to...