Long Tran
Long Tran
> Found a workaround it looks like this polyfill can get things working for the time being if you add it to your msw.polyfill.js file. > > [MattiasBuelens/web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) > >...
> Thanks for bringing this up! The documentation for this definitely needs improvement, so here is a more detailed explanation of why this works the way it does right now....
> On the other hand, I would also find a dialog on every deleted branch annoying. @kevgo I second that, the less prompting we have to do the better. The...
Ah one small detail I forgot to mention - my team currently uses `sync-feature-strategy = merge`. With v13 the `rebase` strategy is smarter about how it syncs from the main...
Fast forward merging may actually be possible according to this [Stack Overflow post](https://stackoverflow.com/a/66906599)! Perhaps this is worth exploring once compress has landed? In the meantime, I think the workaround will...
> Some random other thoughts. Have you tried using GitHub's [merge queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue)? I don't know how well it can handle stacked changes though. Over the past month my team has...
> Apart from that performance problem, does shipping a branch stack via the GitHub merge queue work? Unfortunately not 😕. We were unable to merge or queue up merges in...
> @tranhl now that `git town compress` is available, have you had a chance to try out the idea of a fast-forward merge that you described in [#3236 (comment)](https://github.com/git-town/git-town/issues/3236#issuecomment-2024175255)? If...
@Ydot19 > Displaying the lineage on a proposal is best done on a proposal comment. I don't necessarily agree with this. Each team is unique with their own set of...
It seems like I've come across as against syncing via CLI overall -- that was not my intention! The need for a non-invasive alternative to the GitHub Action is pretty...