Yuya Nishihara

Results 132 comments of Yuya Nishihara

> Do you think we should at least specify the pronunciation, even if we don't define it exactly with this meaning? I personally don't care. Maybe it's up to @martinvonz?...

> I can understand the desire to define the meaning and the pronunciation. @yuja, why do you prefer not to define it? Just because it can be interpreted freely, and...

Perhaps, this is dupe of #1278. iirc, Git has a concept that a local branch is associated with one tracked remote to push.

Appears that `less` visualizes these control chars, so it's not an option to change the default `--color` behavior. ```sh % printf '\x01' | less -FRX ^A ``` Another way around...

Related discussion in https://github.com/martinvonz/jj/issues/3001

Related: #2098 (for the alternatives) I'm not sure if jj should support tracking local branches of different names because of UI complexity.

> This uses OnceMap to support adding data to a shared reference, since CommitTemplateLanguage is not shared mutably Instead of using lazy initialization, the extension resource type could be registered...

> > > This uses OnceMap to support adding data to a shared reference, since CommitTemplateLanguage is not shared mutably > > > > > > Instead of using lazy...

> How about this? I added a `CommitCacheExtension` trait that must be implemented that anything that goes into / out of the map, so the caller has to define a...