Martin Kluska

Results 79 comments of Martin Kluska

Is there anything that is blocking this PR? :) Should I do something? Thank you

Hi thank you for the reply, Output if i do not use my own stub: ``` ------ ----------------------------------------------------------------------------------------------------------- Line app/CommunityInvite/Mails/InviteMail.php ------ ----------------------------------------------------------------------------------------------------------- 41 Parameter #1 $view of method Illuminate\Mail\Mailable::markdown() expects...

I would say that problem is with server setup `tmp` folder setting. The package does not use directly `/tmp` folder but uploading probably does. You can disable the clean schedule...

Thanks to @RTippin is is completed. Thank you. https://github.com/pionl/laravel-chunk-upload/releases/tag/v1.5.4

How large chunks you are using?

The code for merging is using buffer so it should not get so large. I will try it but thanks for pointing sail/horizon.

Hi, not sure how it works for lumen, but for Laravel i would add a new "disk" to a `filesystems.php` and then change the name of a disk in `[chunk-upload.storage.disk](https://github.com/pionl/laravel-chunk-upload/blob/master/config/chunk-upload.php)`

- How are you running your environment? is is dev / production? - Merging can be quite resource intensive, maybe your environment is not strong enought? What is your CPU/memory...

A lot of stuff can happen, depends how big files you are working with, how many chunks are merging. How the server is utilized, etc. You should check logs if...

Thank you, does the API finally merges the files if the isLastChunk is not true? not sure ;)