Skip to content
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

Ctrl+Enter does nothing #108

Open
anchan42 opened this issue Aug 1, 2024 · 3 comments
Open

Ctrl+Enter does nothing #108

anchan42 opened this issue Aug 1, 2024 · 3 comments

Comments

@anchan42
Copy link

anchan42 commented Aug 1, 2024

Not sure If I have done anything wrong but nothing happen after I press control+enter.
Is there any other way to run the code?

@AuditeMarlow
Copy link

I was experiencing the same problem until I disabled the Vimium browser extension for the Web Tinker page. Vimium hijacks all keyboard inputs and processes them through the plugin first before dropping them to the page. By disabling Vimium you allow Web Tinker to process your keypresses directly. Please let us know if this helps!

@anchan42
Copy link
Author

The key binding actually working ok but I have got these errors.

image
image
image

@AndreasHerss
Copy link

i got the same problem, it does run, but gives a error 500 "Trying to access array offset on false" from the psysh Configuration.

A little debug has led me to the result that it's the call to fstat thats returning false and causing the error.

It worked for me before, using laravel homestead, now i've moved to laravel herd.
laravel/tinker in the console works fine though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants