Max Poletaev

Results 13 comments of Max Poletaev

Increasing the memory limit up to 2GB has just helped me.

Faced a similar problem today. It seems that `allOf` fixes the issue: ``` definitions: PostRequest: allOf: - $ref: '#/definitions/PostFields' ```

Изучу вопрос. Надеюсь, получится сделать малой кровью.

Я не первый, кто придумал перевести slice дословно: https://www.google.com/search?q=срез+программирование, но я в общем-то не против вашей инициативы. Будет здорово, если запилите пулл-реквест.

That’s a neat idea! There isn’t much code, and most of it is just dirty patching and hacks around Python module resolution, which I think might be quite tricky to...

I think the right strategy here might be not to attempt writing the actual unit tests for the code, but rather to try running the example app under different versions...

У яндекса вроде еще жива движуха в этом направлении, в частности [bem-react](https://github.com/bem/bem-react)

Hello! I checked your case and also [added test](https://github.com/zenwalker/node-beml/commit/0617d7d03c22bbcad330bb2b837f1cc681708a1b) for it. Looks like dash in the mix element name works fine and problem is not here. Can you provide full...

Current context based on `selector` property of jQuery object. Inside of `each` the selector is lost. You should set context again. ``` $(this).ctx('foo').mod('modifier', true); ``` I already know about this...