Gökçehan Kara
Gökçehan Kara
@ilyagr Thanks for the patch.
@leira Looking at [lookup_stubs.go](https://golang.org/src/os/user/lookup_stubs.go) I feel like it should have already use `$HOME` and `$USER` variables as the fallback to fill `gUser` but somehow it shows up as nil. Those...
@leira Closing this issue as unfortunately there is no way for me to reproduce or solve it on my own. Feel free to add further feedback on the issue if...
@danieldk Thanks for the report. It looks like there has been changes in [lookup_stubs.go](https://golang.org/src/os/user/lookup_stubs.go) the last time I visit this issue. It seems that our manual check for `HOME` and...
@GaetanLepage Sorry for late reply as I don't look at issues often nowadays. Yes, if you send a PR I can merge it. At this point I don't care how...
@ilyagr Thanks for the patch and sorry for late reply. I'm going over past patches as part of #950. I'm hesitant about creating a temporary file for this as we...
@ilyagr How about exporting an environment variable for this purpose (e.g. `$lf_keys`) so users can define a shell command (e.g. `cmd keys $printf $lf_keys | less`). Would that be a...
@laktak Thanks for the patch.
I have now added `$lf_width` and `$lf_height` variables so the following should work now: cmd recol %{{ if [ $lf_width -le 80 ]; then lf -remote "send $id set ratios...
@laktak @ilyagr I don't think it is a good idea to hard code terminal escape codes on lf side. Feel free to submit another patch again if this is supported...