Ziad Sawalha
Ziad Sawalha
Looks like this is not implemented on the Open Source version of ReDoc.
@qm3ster - have you made any progress on this? I was thinking of tackling it this weekend as I need it too. Any hints on which file(s) to look at...
Thanks @qm3ster. After digging into this a little it turns out the behavior I was looking for was already implemented correctly. My issue turned out to be a bug in...
Thank you for the prompt and detailed response, @DerMolly > As you can imagine a whole other document type was not on the shortlist of things to do. Does the...
Sounds like writing our own client is preferable to complicating the current one. We're fine with that and - if we do it - we will keep an eye out...
Hi @adamzapasnik - this is pretty serious issue since it can overwrite/corrupt/undo people's code. May I suggest placing a very loud warning on the readme or taking this plugin off...
[gitx](https://github.com/gitx/gitx) does a good job of this (but it does not have GitButler's virtual branches). Both of those features together would be a-mazing. Here's a screen recording. https://github.com/gitbutlerapp/gitbutler/assets/729918/e360f42f-77ad-417e-8580-f170e277ac16
> Any hunk that we split into different virtual branches in this manner will always conflict when we write trees out from them and then try to merge them again...
This also needs to ignore tags within tags. Ex ```ruby fetch('/cart.json', ...); ``` gets reformatted to ```ruby fetch(' /cart.json', ...); ```
Thanks for the good feedback. I'll submit updates when I get to it... hopefully tonight (Europe).