Jakub Caban
Jakub Caban
@michaelKaefer @javiereguiluz I have rebased this work and migrated to new `LocaleDto` so that we can configure more than just a locale name and display name (for now just an...
I took a step forward and implemented this solution in #5189. It would be great if you guys took a spin on that and test it in your projects to...
Setting default on Doctrine level is currently not enough. Without `empty_data` set to for example an empty string form will provide `null` to the setter, which might expect `string` (it...
Is there any help needed with this PR? Can we do anything to speed up merging and publishing it? This issue is becoming more and more annoying and fix would...
Thanks for the review. Better late than never 😉 I definitely will come back to this, hopefully next week and then you can expect answers to the comments and more...
After working on comments from @weaverryan I have started to work on backend file upload handling, taking inspiration from live arguments, as both seem reasonably similar. I am leaving all...
Also - I have made very simple file upload component example on live-demo for testing purposes: https://github.com/Lustmored/live-demo-1/tree/local
First of all - thanks a lot for very deep and constructive review. I must say working on this project is both demanding and a great opportunity to learn (both...
@weaverryan I have pushed another step in outlined directions. I have refactored frontend following your suggestions and also refactored autowiring logic to be simpler and more friendly. I have also...
PS: I believe file inputs are still being rerendered even when files are selected within them. I have removed code that prevented rerendering "file" targets. You can see this in...