Brian Mayer
Brian Mayer
I think I'm having the same issue, this is the output: ``` diff --git a/main.go b/main.go index c85063ff977e8452b902bddbb0d87de2ca1c4b31..abda3e9c7d12ca5a14f9e647ffc1b9b34a286021 100644 --- a/main.go +++ b/main.go @@ -1,64 +1,85 @@ +package main +...
Looks related to sergi's diff lib.
Hi, @ravi-kp have you worked around this? I think this may be your go version.
> Also I noticed that the keyboard (ANSI with [latest firmware](https://github.com/dragan-simic/pinebook-pro-keyboard-updater)) regularly loses a stroke, like 1 in 5 or so. Further, does not work to start kernel shell on...
Great to know ereandel has OpenBSD users! Please share with me some of your configs: - shell - terminal - terminfo - whatever you think may help Thanks
Hello TheWanderer1983, I tried ksh on st on dwm on archlinux, and could not get your error. Are you using ereandel's latest code? Can you check if using ereandel version...
Hi, I was using the wrong shell, but I still can't get your result. I changed some suspect code. Can you please try with this latest commit? Thanks in advance.
Ereandel needs `dd`, `od`, `tr`, `head`, `wc` and `sed`, and maybe others. Can you check if you have these tools installed? Also please run `debug=2 ereandel` and `debug=2 ereandel gemini://gemini.circumlunar.space`...
Same error here.
I was getting this same error, the issue here was getting the body gziped so the packp parser failed, so I solved it by uncompressing the gziped body before decoding...