We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ngrok
Hey Aaron 👋
I just migrated from aaronfrancis/solo to soloterm/solo, and suddenly ngrok breaks all keybindings.
aaronfrancis/solo
soloterm/solo
I have ngrok defined as follows:
'commands' => [ // Other commands here 'Ngrok' => Command::from("ngrok http --url=junges.ngrok.app {$valetUrl} --host-header=rewrite")->lazy(), ];
When defined as a lazy command, I can move between tabs normally, but as soon as I hit s to start ngrok, none of my keybindings work anymore.
lazy
s
This is what I see when ngrok configured to start with other commands (not lazy):
The text was updated successfully, but these errors were encountered:
Ah dang, lemme look!
Sorry, something went wrong.
Try adding --log stdout for now until I can get the pretty version working
--log stdout
Working on this in #50
getting closer, but not quite there yet! I'll have to do some specific ngrok debugging
No branches or pull requests
Hey Aaron 👋
I just migrated from
aaronfrancis/solo
tosoloterm/solo
, and suddenlyngrok
breaks all keybindings.I have ngrok defined as follows:
When defined as a
lazy
command, I can move between tabs normally, but as soon as I hits
to start ngrok, none of my keybindings work anymore.This is what I see when ngrok configured to start with other commands (not lazy):
The text was updated successfully, but these errors were encountered: