Advertisement · 728 × 90

Posts by Remo Senekowitsch

So! An executable for Linux (x86_64) is available at download.flirt.dev/flirt. The user experience is rough, so I'm not advertising it widely yet. It's only for the adventurous. For help and feedback, consider hopping on the Jujutsu Discord.
discord.gg/dkmfj3aGQN

2 weeks ago 1 0 0 0

Unfortunately not! I'm struggling a little with managing comment threads. It's not rocket science, but there are a bunch of annoying edge cases. Especially looking forward to the backends I want to support. Alpha relese hopefully in a couple weeks.

1 month ago 1 0 0 0
Flirt: The Native Backend

I wrote an update on the development of Flirt:
blog.buenzli.dev/flirt-native...

2 months ago 7 2 1 0

`rebase --autosquash` can be configured as default, so you don't have to think about it anymore:

```gitconfig
[rebase]
autoSquash = true
```

4 months ago 1 0 0 0

Thank you! From what you describe, Flirt should match up with your ideas very precisely. No matter how small a diff is, some issues only become apparent in the context of the whole code base. That's why I believe local-first review is the way to go.

4 months ago 1 0 0 0

Ooh, great question. TBH I haven't thought about this too hard yet. I guess a comment could be attached to a line in the left or right side of a diff. The other side wouldn't necessarily be stable, depending on the diff algorithm. How to decide which side to attach the comment to... IDK.

5 months ago 0 0 1 0

I think I'll have to read a little more about the Radicle protocol to understand what a Flirt backend for it would entail. It looks super interesting so far!

5 months ago 1 0 0 0

Very cool! I skimmed the user guide's sections on patches. It looks like Radicle doesn't have its own concept of code review? That's a good thing, from the perspective of making a Flirt-backend for Radicle. There's no need for an "adapter" between Radicle's and Flirt's concepts of code review.

5 months ago 1 0 1 0
Advertisement
Announcing Development on Flirt

I wrote a blog post about Flirt, a new code review tool I started working on:
blog.buenzli.dev/announcing-d...

5 months ago 40 7 7 1