luttje

Results 35 issues of luttje

Added config file and loaded it in CommandsServiceProvider. In TemplateLoader it will now check if a config is set to have a custom template.

This modifies the walker to include shadow DOM. So when Livewire is "reset" (using tearDown and a subsequent initialize) all elements on the page (including those in Shadow DOM) are...

Currently Livewire does not recognize changes to `` (HTMLTemplateElement) elements. This is in part because it uses `isEqualNode` to compare and two HTMLTemplateElement tags are always the same, regardless of...

I ran across #132 and was inspired to contribute. This PR makes the component forwards the events `input` (on save) and `change` (on changing color). Users can listen for them...

Thanks for this project! I ran into some issues trying to contribute: * The `.` in `.tmp` temporary files on Windows causes an issue with the View Finder. It incorrectly...

The documentation search field does not work. This is because a required `index.json` is not generated. It can be fixed by adding `"ExtractSearchIndex"` to the `postProcessors` key in `docfx.json`

documentation

Small change to be less strict on the required sdk version. Allows me to build (I have dotnet sdk version 7.0.202)

Thanks for the great package, it works great for my products. Just a minor bug I found This is related to #16 All [signed urls](https://laravel.com/docs/8.x/urls#signed-urls) fail. Would be great if...

bug

Documentation for related PR: blade-ui-kit/blade-ui-kit#136

Hi there, thanks a bunch for sharing this awesome module! I thought I'd share a short example based on your [`voice-relay`](https://github.com/Meachamp/voice-relay) example: > ## [`gmod-voice-chat-recorder` example](https://github.com/luttje/gmod-voice-chat-recorder) > > This example...