-
Notifications
You must be signed in to change notification settings - Fork 118
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
Node always fatal errors #14
Comments
Thanks for the report @lukechilds. Looks like an issue that is caused by Could you share the theme-related parts of your config? |
This kind of thing could be prevented by defaulting to builtin themes via #9 |
Thanks for the fast response! Yeah sure: // Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
shell: '/usr/local/bin/zsh',
fontSize: 12,
fontFamily: 'Menlo',
cursorBlink: true,
cursorColor: '#8AB3B5',
hyperlinks: {
clickAction: 'ignore'
},
base16: {
scheme: 'mocha'
}
},
plugins: [
'hyperlinks-iterm',
'hyper-search',
'hypersixteen'
],
}; |
Reverting the config to: // Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
shell: '/usr/local/bin/zsh',
fontSize: 12,
fontFamily: 'Menlo',
cursorBlink: true,
cursorColor: '#8AB3B5',
}
}; doesn't solve the issue if that's any help |
oh, I totally forgot to mention, also tried on Terminal.app:
|
@lukechilds: Thanks for reporting, I'll definitely will have to invest some time into the |
Terminal.app is completely standard. I don't think it's to do with hyper, both terminals are giving a very similar error on the same line.
Hyper says So something to do with the color black, independent of terminal types 🤔 |
Ok, took quite a dive into this and there were a number of problems that caused your issues
Basically the same story as with
|
Closing this for now, let's open focused issues if something of this type crops up again and reference this issue |
Thanks so much for looking into this. How did you achieve number 2? That's exactly what I'm looking for! I tried:
|
Essentially trying to end up with something like this: https://i.imgur.com/DSeOCee.gif But not a 15mb GIF! I have it on asciinema https://asciinema.org/a/RjJDZRRUESBCnPko2Qh1jd6CS Apologies if it's something dumb in my setup but I'm wracking my brains trying to get this to work. Also I only recently setup a new Mac so I don't have a particularly strange setup. |
Are you sure you use the latest
|
Sorry, didn't realised you published a new version since opening this issue. Hmmn, now I'm getting:
|
Okay, thats the plugin resolver in |
That did the trick, thanks so much for your help! |
Thank you for raising all those issues, this helps me improving the tool a lot :) |
Trying one of the examples I just get:
I've tested on
2.0.4
,2.0.3
and2.1.0-1
. All give me the same error.The text was updated successfully, but these errors were encountered: