Long Tran

Results 36 comments of Long Tran

> Feedback requested: It would be great if somebody who is already manually moving commits between branches shares how they do it. @kevgo Hope I'm not too late to the...

@kevgo > [@tranhl](https://github.com/tranhl?rgh-link-date=2025-03-21T11%3A42%3A52.000Z) I’m having trouble understanding the purpose of steps 4, 6, and 7 in your second example. Since anything merged into `main` must be reviewed, I assume the...

@kevgo > [@tranhl](https://github.com/tranhl?rgh-link-date=2025-03-21T11%3A28%3A22.000Z) in Git Town the party never stops! > > Your first use case might also benefit from [#4376](https://github.com/git-town/git-town/issues/4376). With that in place, your workflow would look like...

As a temporary workaround, I've patched the `cloneDeep` utility function to check if the passed object has a non-standard `Symbol.toStringTag` value: ```diff type DeepCloner = (obj: OBJ) => OBJ export...

@ThomasAribart Just thinking out loud - perhaps this could be introduced as a new schema attribute type (i.e. `class()`)? I think this is the best option for adding first-class support...

@ThomasAribart > In the short-term, I can definitely use your workaround, or simply not clone when detecting an any schema. I think not cloning the `any` schema and warning against...