-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Keybind Config not working #11
Comments
I had the same issue. I changed the key to ctrl.l and cleared local storage in console command: |
@GBry could cmd+y be taken by something else? Could you try a few different keys and see if that makes a difference? |
I will write back tomorrow morning regarding this issue when I resume writing code. It's getting late here. Thank you. |
localStorage.clear(); did the trick; after entering the command then refreshing, it opened the bar, but when I close it, I can't open it with the assigned key. Tried keys:
|
I have the same problem I can't get the debugbar to work it doesn't appear by changing any key combination, I'm trying on Linux distro manjaro and debian |
I'm not sure how it should work but I don't see the view markup in the pages how can it be resolved? |
Do you have a Livewire component on the page? It will only render if at least one component exists. |
Of course this was clear to me but I use more than 200 livewire components in our app and on almost all pages there are more livewire components, even many components, but I never see the package markup what can I check to understand why it doesn't work? |
A change that was introduced yesterday might be related:
Can you verify that your environment is set to local or test if setting the |
Of course but to be safe I also added WIRE_SPY_ENABLED=true: part APP_ENV=local ENVIRONMENT=local DEBUGBAR_ENABLED=false |
If you tell me the mechanism by which it detects that there is livewire on the page, perhaps I can guess if there is something particular that inhibits component recognition in my software |
You can find the related code here: |
I get the same result, so this doesn't seem to be the issue. If you could create a repository that reproduces the problem I can investigate further. |
No yes, I tried as you say and it comes back to me false only that in the comment I didn't put with the code tag and it took me away |
Hi PhiloNL- Keybinding seems to be problematic for our use, too. We're developing using Sail under WSL2 on Windows 11 with FireFox Developer Edition and MS Edge browsers. Both browsers have "reserved" CTRL-L aka In
Are all of the AlpineJS keyboard modifier keys/variants supported? e.g.,:
I ask as it would be helpful to chain some key combinations using the AlpineJS notation, e.g., In our case, even after We are not seeing any errors in the browser console, so it's not super-clear where to start with troubleshooting, etc. Lastly, we're using the Laravel Debug Bar and the Laravel Livewire Hot Reload plugin from def:studio - https://github.com/defstudio/vite-livewire-plugin |
Hi PhilNL I found my problem I use middleware to compress the request: GzipEncodeResponse and therefore obviously the html tag you put in your provider's control is not found and it does not insert wire-spy. I was easy to put a control in the middleware that is not used locally when the WIRE_SPY_ENABLED environment variable is set, thank you for help me to check the issue |
I also tried it with different key bindings, but they all didn't work. (safari and arc) The black header of the wire-spy bar is permanently visible, but only with a refresh and close icon on the right. The bar doesn't respond to the key bindings, and I can't drag it bigger either. (Arc plugin does detect Livewire on the page.) Hopefully this info will help you find the cause ;-) |
Hello, I think the problem is in the |
Unfortunately... that doesn't work for me. Is there an option to make the toolbar open by default. Then I can drag it larger or smaller, depending on whether I use it or not. But that way you can at least use and test the toolbar. |
@Quaap70 doing a localStorage.clear(); will always open it, for me. |
To add to @juanjoballesteros comment changing the key binding to |
Adding to @juanjoballesteros's comment: changing the key binding to use Ctrl as a prefix and clearing local storage worked for me as well. Thanks, @juanjoballesteros! |
Changed it to super.y but still not working. Why? super.L is used for focusing the address bar in chrome.
After install it worked, then I pressed the cross button and it never works anymore. It won't show up.
The text was updated successfully, but these errors were encountered: