Kyle J Strand
Kyle J Strand
> So do you think we should simply put this in a `jj git commit` command? User who use that workflow a lot can create an alias for that command....
I already [said this in the issue thread](https://github.com/martinvonz/jj/issues/2338#issuecomment-1951626994), but I don't think this feature would make much sense if it used `@` instead of `@-`. I'll quote what I wrote...
Tried this out very briefly just now, and it looks like it does exactly what I was expecting. I'll be using it this week and see if I have further...
This is excellent. It's exactly what I want.
The ["callback interfaces" documentation](https://mozilla.github.io/uniffi-rs/0.27/udl/callback_interfaces.html) should definitely link to the "foreign traits" guide. Under "defining a callback," there's a comment saying `// as described in the foreign traits docs... `, but...
Why would `new` skip updating files in the first place? Is this documented somewhere?
Oh, I saw the message about conflicting changes in the working copy, but I didn't understand why it wouldn't create a new commit to preserve working-copy changes (as usual) and...
What does "`NAME` is a pattern" mean?
Ah, okay, thanks.
@PritiKumr It looks like you made some progress on this; what was the status of your WIP branch as far as you remember? @steverob did you implement that background-highlighting logic...