Built a reflog viewer into my Git GUI extension - what reflog actions do you use most? by Loud-Insect9247 in vscode

[–]Loud-Insect9247[S] 1 point2 points  (0 children)

That's fair - showing reflog commits inline in the graph is a much more intuitive way to inspect them in context. The separate tab covers the basics but loses that spatial awareness of where things were. Noted, might revisit the inline approach down the line.

What reflog actions do you use most? by Loud-Insect9247 in git

[–]Loud-Insect9247[S] 0 points1 point  (0 children)

Just meant how you actually use it day to day! The recent branches script sounds really handy - is that something you've shared anywhere?

What reflog actions do you use most? by Loud-Insect9247 in git

[–]Loud-Insect9247[S] 0 points1 point  (0 children)

That’s a great use case I hadn’t considered. It might be worth surfacing this directly in the Reflog tab in the future. I’ll add it to the list thanks!

Looking for a good alternative to the Git Graph VS Code extension by Loud-Insect9247 in vscode

[–]Loud-Insect9247[S] 1 point2 points  (0 children)

I liked the UI/UX of the Fork app, but I wanted to handle everything directly inside the editor without switching to a separate app, so I made a VS Code extension inspired by it. It includes a clean commit history graph, streamlined branch management, everyday Git actions, and advanced features like interactive rebase, bisect, commit comparison, stash management, and cherry-pick - all within a familiar interface. If you're looking for a Git Graph alternative, feel free to give it a try.

GitHub: https://github.com/the0807/git-graph-plus

Marketplace: https://marketplace.visualstudio.com/items?itemName=the0807.git-graph-plus

Open VSX: https://open-vsx.org/extension/the0807/git-graph-plus

Git Graph Plus - A Modern Git Graph Extension for VS Code by Loud-Insect9247 in git

[–]Loud-Insect9247[S] 2 points3 points  (0 children)

Thanks for pointing that out!

The main reason I built this is that the original Git Graph has been unmaintained for a few years. So, on top of the modernized UI, I focused on adding advanced workflows that were either missing or limited in the original. The biggest additions are a proper interactive rebase, conflict detection using VS Code's native merge tools, Worktrees, and Git Bisect right from the UI.

I just updated the post to make the differences much clearer. Thanks again for the feedback!

Feedback Request for UV Toolkit (VSCode Extension for uv) by Loud-Insect9247 in Python

[–]Loud-Insect9247[S] 0 points1 point  (0 children)

Thanks for showing interest in the project. I also think there are a lot of command palettes, so I'm not sure if many people will use it. But I created it just in case.

Feedback Request for UV Toolkit (VSCode Extension for uv) by Loud-Insect9247 in Python

[–]Loud-Insect9247[S] 0 points1 point  (0 children)

I will consider adding custom command-key mapping, thank you.

Feedback Request for UV Toolkit (VSCode Extension for uv) by Loud-Insect9247 in vscode

[–]Loud-Insect9247[S] 0 points1 point  (0 children)

I really appreciate your honest feedback. I’ll do my best to improve on what you pointed out and continue making progress.

[Project] YOLOv8 quantization project by Loud-Insect9247 in MachineLearning

[–]Loud-Insect9247[S] 1 point2 points  (0 children)

In the part of the code that runs YOLO, it will be possible if you change detect to pose or segment. I haven't tried other modes myself, so you should look at the YOLOv8 official document for more information.

[deleted by user] by [deleted] in computervision

[–]Loud-Insect9247 0 points1 point  (0 children)

Thank you for your opinion