Rudie Dirkx

Results 103 comments of Rudie Dirkx

I agree @c33s so I've made a pretty simple & maintainable PR #7963

Use https://packagist.org/packages/rdx/laravelcollective-html It's a drop-in for `laravelcollective/html` so all other packages don't have to change their dependencies at exactly the same time, which will never happen. You probably use more...

I'm getting even weirder paths after running lighthouse. `ls -lAh`: ``` drwx------ 3 rudie rudie 4.0K Jan 16 09:36 '\\wsl.localhost\Ubuntu\var\www\dip\undefined\Users\undefined\AppData\Local\lighthouse.98673163'/ ``` I'm in `/var/www/dip` and that's where I ran `node...

If I change `getPlatform()` to just return `process.platform` and never `'wsl'`, everything works perfectly. Maybe this is a WSL 1 vs 2 thing? Maybe wsl specific code was necessary in...

Interesting case. What's not working? False positives, or false negatives, or exceptions, or what? Your code seems solid (although I didn't test).

Ooooh you want to print the form too. Not just validate a form with previously saved input. Validation and printing the form always happen in a separate request in default...

> I think, that it should be some kind of middle data layer (non validated raw data). I agree. > I can't understand why null is not valid value? null...

Because I didn't need it after all, and change is scary.

Can you put some debug in `ChoiceType::buildCheckableChildren()`? And maybe in `CheckableType`? To find out where the bug comes from. I never use `choice` fields, but `rdx/laravel-form-builder-extras`, so you're going to...

Yeeaah, but `tmp` is so ugly... =( I rather just get rid of `ChoiceType` and `ParentType` and create a breaking 2.x with a very simple upgrade path. It's **always** problems...