Nick Konev

Results 8 comments of Nick Konev

Yep, it have no sense. But no exception thrown after call `appendChild()` made me think that it is possible. There should be more accurate inheritance from base classes, without having...

Problem raised at my company's internal project during functionality testing. `json_decode()` fixed it and i left fallback logic for query string case. Is is very strange, but now Facebook behaves...

It happens again, right now, right in my app, `parse_str` fails, and `json_decode` works o_O Cannot give app url, it is internal company project, but believe me, it is true...

@adelf sure, it is not easy to implement. But not seems impossible for me. Anyway, having an ability to recognize resulting type of collection items returned by find*** would be...

Maybe this would help someone. I just left `setList` empty and used `onEnd` handler instead, and called a state update from it. Inside the reducer, I handle the elements s...

I think, some facade shortcut like `PC::table(array | Traversable $data, [array $headers])` will be very handy.

Github have packagist.org hook [described here](https://packagist.org/about). Very easy to publish after creating composer.json

i meant that `match` is just boolean-type check method without changin context, while `grep*` are search methods returning all found pattern results, like preg_match_all. I want to try implement it...