Chris Krycho

Results 144 issues of Chris Krycho

## Description Right up front I want to acknowledge: (a) this is definitely an unusual situation, and (b) I totally get that it is likely to take a bit to...

## Description ## Steps to Reproduce the Problem 1. Given parents `a` and `b`, create a merge commit by doing `jj new a b -m "merge b into a"`. 2....

**Is your feature request related to a problem? Please describe.** `git blame` allows you to ignore specific revisions, either by [passing `--ignore-revs-file `][flag] or by setting [the `blame.ignoreRevsFile` option][cfg] in...

enhancement

- Adds a failing test. - Fixes the issue by having `gen_code` call `gen_str` with the string it builds, before returning it. Fixes #129. Note that the failing test results...

**Describe the bug** When dprint finds inline code crossing a line boundary, it will not rewrap it, even though white space is not meaningful in inline code blocks. dprint-plugin-markdown version:...

This is partially blocked on https://github.com/dprint/dprint-plugin-markdown/pull/130 – I may split it apart if that takes a while to merge, and just deal with the annoyance of multiple commits to ignore.

We have a recurring issue of our code samples not working, because it’s hard to keep on top of all of them having written them. I have thought about writing...

enhancement
documentation
internal

We support calling `toJSON` on `Maybe` and `Result` and serializing them, but don’t have any support for *deserializing* them. We probably should not provide general-purpose support for deserializing `string ->...

enhancement

Set up a system so that we can publish multiple versions of the documentation. This will probably be pretty manual: - [ ] backport the infrastructure to the v8.x branch...

documentation
internal

See discussion [here](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#optional-variance-annotations-for-type-parameters). This may be useful to consumers, and it may also help with inference performance. Given the complexity of some of the types in play, esp. around inferring...

investigation