Vamsi Avula
Vamsi Avula
Apologies for the false alarm, `uvx -p 3.12 fawltydeps` indeed works fine!
Do I understand correctly that 100% will basically be fullscreen and will dynamically adjust to different display sizes (switching the quick terminal between the native display vs an external monitor,...
@lmBored I don't think that works with multiple displays (of different sizes).
Mirroring https://github.com/martinvonz/jj/pull/2845#issuecomment-2543447845: > In case it helps anyone, I set `Change-Id` using `templates.draft_commit_description` and just `git push`: > > ```toml > [template-aliases] > 'gerrit_change_id(change_id)' = '"Id0000000" ++ change_id.normal_hex()' > >...
Driving by from https://github.com/jj-vcs/jj/issues/7485 -- is the main blocker here to align on where to persist the mapping (@martinvonz)? @pksunkara are you still willing to take this to completion if...
If you’re moving the mapping to protobufs (or any other opaque storage), I think you’ll want to surface it in workspace list as well. Also, I’m not super familiar with...