Wojciech Ślawski
Wojciech Ślawski
Lets assume such case: ```php ClassOne { public static function seed(array $data): void { ClassTwo:seed($data['another']); } } ClassTwo { public static function seed(array $data): void { self::something([ 'id' => $data['id'],...
It could be good to add option to automatically join posts when written by same person one after one(like if there is less between 5/10 minutes then join content of...
Just display some autocomplete when writing `@Somenick` like on github. And also add notification if someone will mention you somwhere.
When looking in thread it could be nice to add some kind of notification in thread that there was some new answer like between textarea and last post and when...
**Describe the bug** zend_inline_hash_func creates collisions http://www.phpinternalsbook.com/php5/hashtables/hash_algorithm.html#hash-collisions In our specific case `Phalcon\Mvc\Model\Query::parse()` creates exactly same ast for different phql causing us to return same values for different queries because we...
- [ ] extract - [ ] compact - [x] get_defined_vars - [ ] parse_str - [ ] assert - [x] func_get_args - [x] func_get_arg - [x] func_num_args Source -...
What is namespace fallback policy: http://php.net/manual/en/language.namespaces.fallback.php This is causing that calls to php functions like `is_uploaded_file` and rest of php functions can't be mocked up in tests anyhow because zephir...
Some command to check only zephir syntax of current project if it's correct without building/compiling it would be nice. Like: `zephir lint` And it will check syntax in all files...
As far as i know there were idea to use trialog in some dialog in Gothic 1, but finally it never made it to final game, it was just commented...
Could you add these ? I needed to apply to gothic2.exe 4gb patch because with hd textures etc stuff game sometimes went out of memory and i had crashes about...