-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alacritty-themes stopped working since TOML config #261
Comments
I get this too, of course - everyone with the newest version will. |
Still waiting for this.. Note that the official installation instructions and configuration documentation tell people to use the new |
What do you mean " waiting for this"? You can install it manually in 5 minutes. You don't need to wait. |
@emilBeBri Of course it's what I ended up doing after |
@wcheek ok that makes sense. |
I made a new release v6.0.0 in npm, please check and let me know or any issues |
@rajasegar So fast. It looks like it works now. There are a few issues I see. First problemBefore replacing my entire custom config file the C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\toml-parser.js:17
const terr = new TomlError(err.message)
^
TomlError: Control characters (codes < 0x1f and 0x7f) are not allowed in strings, use \u007f instead at row 320, col 16, pos 4793:
319: [[keyboard.bindings]]
at TOMLParser.parseBasicString (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\toml-parser.js:670:22)
at TOMLParser.runOne (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:64:30)
at TOMLParser.goto (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:87:17)
at TOMLParser.recordEscapeReplacement (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\toml-parser.js:678:19)
at TOMLParser.runOne (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:64:30)
at TOMLParser.returnNow (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:107:17)
at TOMLParser.parseUnicodeReturn (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\toml-parser.js:783:21)
at TOMLParser.runOne (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:64:30)
at TOMLParser.parse (C:\Users\104104\AppData\Roaming\npm\node_modules\alacritty-themes\node_modules\@iarna\toml\lib\parser.js:45:22) {
fromTOML: true,
wrapped: null,
line: 319,
col: 15,
pos: 4793
},
code: undefined,
line: 319,
col: 15,
pos: 4793
} Here is the suspect key binding: [[keyboard.bindings]]
chars = "\u001b^?�"
key = "Back"
mods = "Alt" Second problemI did the fix the error suggested and the Does |
It should, I think during the yml to toml conversion, there is some bug introduced, will fix it asap and let you folks know |
Pushed a new release 6.0.2 in npm
|
I tested the new version No preview of the themes when scrollling... is it normal? |
@Neo-29 Yes it is intended, since the preview functionality is buggy I turned it off temporarily |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
use alacritty-themes
Expected behavior
usual behaviour with choices
A clear and concise description of what you expected to happen.
Operating System:
Add your alacritty.yml content
warning new toml config
The text was updated successfully, but these errors were encountered: