Dušan Brankov

Results 9 comments of Dušan Brankov

Thanks for the reply, @kchibisov. No, tmux wasn't running. I followed your instructions and ran `alacritty -vv`. It opened a new window, so I tried it again, and this time...

No, it does not work normally, what exactly do you mean?

Sure, I just tried it without `save_clipboard`, it's the same. But I think I finally found the problem. When I copy text in Vim and press `ctrl+z` to suspend Vim...

The weird thing is that Vim doesn't clear the clipboard when I suspend with `ctrl-z`, it only gets cleared when I try to paste the copied text to the command...

Ok, I will try it, thank you.

Hi @michalsn, thanks for the quick reply. You're right, I removed the redundant parameter from `getFiles()`, don't know how it got there. I've just tried again to upload a 9MB...

It has nothing to do with that, I just added `getSizeByUnit()` to test if it does something, that's why I added the comments. Also, the `isValid()` method is called first,...

I've commented out all the code to show you what I mean: ```php public function create() { dd($this->request->getPost()); } ``` Now, when I fill out my form, I get the...

Yes, it's the same environment. ``` ini_get(...) string (3) "20M" ini_get(...) string (1) "0" ini_get(...) string (4) "128M" ``` I will now restore the settings as they were originally, as...