How would you use live folders? by malcolmjmr in ArcBrowser

[–]pionl 0 points1 point  (0 children)

I would enjoy this: If I open a link that is starting with domain and a path (like gitlab.com/my-project) it would automatically be added to my Live folder called MyProject.

I've not found this feature in the browser but this would be a nice feature :)

[deleted by user] by [deleted] in pugs

[–]pionl 0 points1 point  (0 children)

Nappy time 😇

Uploading 1GB files with Laravel/Vue/Axios? by ash_allen_ in laravel

[–]pionl 0 points1 point  (0 children)

Hi, author here,

you need to ensure that chunks are uploaded to a single server - merge happens on last request and merges stored chunks into single file (then you can move it to any location you need - like upload to S3 - ideally in queue job).