Jan Barášek

Results 77 issues of Jan Barášek

Solve #732 - Added support for PHP 7 - Used all new PHP 7 features - Strict types - `declare(strict_types=1);` - Input and return data types in methods - Whole...

- new feature - BC break? yes I fixed some PhpStan errors. Resend https://github.com/dg/dibi/pull/363.

- new feature - BC break? no When I want migrate old project to DIC, first I should fix all dependencies. This suggestion can help configuration and remove redundant code...

# Bug report When calling a method dynamically based on a name and a variable, it is not safe to check whether an exception will be thrown or not. Therefore,...

bug

Hello, when entering an input, it can sometimes happen that the user inserts a control character. For example, in the Mac Terminal, just pressing the `ESC` key will insert the...

- bug fix - BC break? yes In case of `block y` generate too long code: ```html {block x|strip} Lorem ipsum dolor sit amet, consectetur adipiscing elit. {/block} ------ {block...

Hello, Quite often I need to get a template from a user that can render my mandatory parameters and not use anything else. For example, an email template in an...

The current algorithm causes the meaning of a sentence to be broken because it concatenates multiple tags together, which can be, for example, a link and a formatting tag. In...

- bug fix #284 - BC break? yes Fix case: ```php $title = 'Title with - minus'; // old behavior echo Strings::webalize($title, '-'); // title-with---minus // new behavior echo Strings::webalize($title,...

- bug fix - BC break? yes New files may be created by another process while the directory is being deleted. The deletion will then fail. The new implementation repeatedly...