Jacob Dreesen

Results 183 comments of Jacob Dreesen

What about allowing `NullOutput`, too (see linked discussion in the issue)?

So maybe this issue should be reopened?

> - Could you please extend this features to Link Data Type too? It should be customizable in the UI under Specific Settings. For reference, there was something similar done...

Thx. I have it on my radar. Unfortunately, I'm very busy at the moment and probably won't get around to it in October.

This sounds more like a bugfix to me. Shouldn't this target `10.5` instead?

I'm very busy at the moment. I think I can take care of it at the end of the week.

I fixed the conflicts and removed the remaining `getTemplateLocation()` from the docs.

> This will remove unrelated changes in contributions (where the contributors might want to autoformat the changed files). But only if they have the same settings as you, right?

I just stumbled upon the same FP with this code: ![grafik](https://user-images.githubusercontent.com/424602/189085145-69ab883b-3bc3-47a7-af99-f0721d0aa905.png) ```php $result = []; foreach ($this->elements as $element) { $result[$element->getType()][] = $element; } ``` I doubt that I can...

I wasn't able to verify it completely, but it seems to work, thx!