David Brockman
David Brockman
@guillemc It seems like you can assign a string to `location.hash`. Correct me if there is a better way... ```js location.hash = '/login' ```
Is it the goal of the Lerna project to be compatible with Yarn v2? It's OK if that's out of scope for Lerna but it would be nice to know....
One argument against this is localisation. I suspect that the `toRelative` method is limited to English and that might not be acceptable.
Ok, yeah. If it's something that you do locally on your own device then it's obviously ok. It was the description that made me think that the advice was to...
I had the same issue except I'm using `difft` for paging. ```yml git: paging: externalDiffCommand: difft --color=always ``` After removing this config, lazygit works as expected. Just wanted to chime...