David Grudl

Results 425 comments of David Grudl

@TomasVotruba Those ignored files are not expected by anyone, as opposed to the examples. @mabar This seems to be related to the archive command https://getcomposer.org/doc/03-cli.md#archive

Maybe this cdd9777066cda7be3193edc82720a75a55624a45 can help you. Call `` in head, preferably before others CSS & scripts are loaded: ```html ... ```

Moving Tracy's ` to the header solves two problems: 1) you need to track AJAX requests during initial page load 2) Tracy is loaded slowly, because there is some blocking...

Does this also apply to the latest version 2.9.3?

`getBlueScreen()->info[] = request_id()` ?

IMHO the most confusing is namespace `Nette\Mail\`, it can be removed using `\finfo_buffer` or `use function finfo_buffer`. Or there can be check in code. The problem only applies to extension...

As a general solution it probably makes sense. BTW https://bugs.php.net/bug.php?id=73049

> would have hard time to figuring that out There is file name and line number.

For message `Call to undefined function (namespace\)?(prefix)_.*` when prefix is one of the listed prefixes and correspoding extension is not loaded, ideal message is `Call to undefined function finfo_buffer, you...