You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to convert my xlm I used in the old karabiner and I got the following error:
./karaconv -i ~/OneDrive/Documents/emacs/karabiner/private.xml -o ~/.config/karabiner/karabiner.json
thread 'main' panicked at 'called Result::unwrap() on an Err value: Error { pos: 2:6, kind: Syntax("Invalid processing instruction: <?xml") }', libcore/result.rs:945:5
note: Run with RUST_BACKTRACE=1 for a backtrace.
It is pretty simple and small. just want to prevent karabiner to use it when I'm on vnc or emacs.
$ karaconv -i ....xml -o ....json thread 'main' panicked at 'called Result::unwrap()on anErrvalue: missing fieldappendix', libcore/result.rs:945:5 note: Run with RUST_BACKTRACE=1 for a backtrace.
I'm trying to convert my xlm I used in the old karabiner and I got the following error:
./karaconv -i ~/OneDrive/Documents/emacs/karabiner/private.xml -o ~/.config/karabiner/karabiner.json
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Error { pos: 2:6, kind: Syntax("Invalid processing instruction: <?xml") }', libcore/result.rs:945:5note: Run with
RUST_BACKTRACE=1
for a backtrace.It is pretty simple and small. just want to prevent karabiner to use it when I'm on vnc or emacs.
Here is the file:
https://gist.github.com/fkgruber/9c39fa2e8b46bb7648a2efe74d1ff398
The text was updated successfully, but these errors were encountered: