gingebaker
gingebaker
> I'll be taking a look at this next week (sorry for the wait). Could anybody confirm that these issues are occurring when you use [our demo app](https://github.com/spatie/laravel-medialibrary-pro-app)? A minimal...
I had the same problem with these hashed folder names not getting deleted when using the medialibrary-pro upload components. I found a workaround wich includes overwriting the "TemporaryUploadPathGenerator". see: https://github.com/spatie/laravel-medialibrary-pro/issues/460#issuecomment-1205325012...
Thx for this addition. It also fixes my rendering issues with nested hanna code textformatters. Will this fix be comitted so that it shows up here?: http://modules.processwire.com/modules/process-hanna-code/ Would be great...
Hello @thomasaull Thanks for the information. I also think that is not a good idea to remove the traling slash addon completely. Did you see my workaround: ```php // add...
> I found that this shitty paths generates here: **_Spatie\MediaLibraryPro\Support\TemporaryUploadPathGenerator_** and it is **_md5($media->id . $media->uuid . 'original')_** > Hello @flamreal I had also problems with the Spatie\MediaLibraryPro\Support\TemporaryUploadPathGenerator In my...
I also can confirm the issue with the hashed folder names in the demo app running on wsl2 windows AND on an debian linux server. see my comment from 28th...
Hello. I also stumbled on this issue. I also need multiple redirect uris from one app. As @RmK9 mentioned the code from current master just misses the fix in azurecallback...
I see that the JS Code is directly in alpineJs wich I posted in the discussion [#6905](https://github.com/livewire/livewire/discussions/6905#discussioncomment-8557937) Alpine Codebase: https://github.com/alpinejs/alpine/blob/56649308eb686caa90cf156881dc3e19ac48efbf/packages/alpinejs/src/utils/bind.js#L60 and the .checked attribute of the checkbox is only set...