Jakub Potocký
Jakub Potocký
It's been almost a year without any response. Any updates? @oschaaf
This repository is for `rap2hpoutre/laravel-log-viewer`, not `arcanedev/log-viewer` which is a different package.
> Update: refactored the MockInternals as previously mentioned, (without) changing any of the current functionality. > > Encountered issues with at least two features that are now broken. > >...
The IDE would not really inform you that a method was renamed, however: - If my method is overriding the parent's method I can see a clear icon indicator: -...
Hello, just debugged the same issue, I've made a quick workaround: ```php
Hello, the tabs don't have an ID attribute so such behaviour should not happen from the tabs component - could you post a minimum reproduction code to figure out the...
Currently investigating - if trying the native [dialog api](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) I'm not encountering such issue, only if using the modal package with it. Tried testing whether perhaps the `first-tab-pane` could be...
> @Jacobs63 I found out why the scroll is jumping. if you remove tabindex="-1" in Tab.vue, then the scroll stops jumping. Maybe it's worth removing tabindex when the tab is...
Note, reading from `focus-trap` docs: ``` When the focus trap is deactivated, this is what should happen: Focus is passed to whichever element had focus when the trap was activated...
I believe this library is not suited for logging relations due to the nature of the issue. To log everything properly, you should not only log the colors of an...