Replies: 1 comment
-
This is intentional there is a setting tp turn this off |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I was playing with the lichess.org python client - berserk and got error messages regarding faulty HTTP requests.
Turned out that helix adds a new line to my token-file. And because I only read the whole file, assuming its a one-liner, the '/n' character was being detected by the python library.
Reproduction Steps
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
Linux - Ubuntu 22
Terminal Emulator
GNOME Terminal Version 3.44.0 for GNOME 42
Installation Method
dnf install helix
Helix Version
helix 23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions