Alexander Borisov

Results 14 issues of Alexander Borisov

Is it possible to add new item programmatically? e.g. ```js $collection.collection('add', function(element){ // work with new item }); ```

Now status field stored in `details` property (which stored serialized) so it can't be querying easily. What is proper way to get payments in that case? I see only building...

This is not a library and most of the changes relates to specific package versions/commits so commit `composer.lock`, `package-lock.json` and `yarn.lock` would be ok

status:ready for adoption

Now validation include only `!empty` tests. It would be great to see validator and form components usage

help wanted
status:ready for adoption

Now there is a [note](https://github.com/yiisoft/app/blob/4b044e79fa4f565c6fa4e5bc2647d236aebd9025/public/index.php#L25-L26) to not rebuild config in production but there is no method to set environment

type:enhancement

Support lazy services via [ocramius/proxy-manager](https://github.com/Ocramius/ProxyManager) May be useful for [view injections](https://github.com/yiisoft/yii-demo/tree/0ac225bafbf7a2a5bf3919b3fdf0475c94dcee4b/src/ViewInjection) to initialize service only on usage

type:enhancement
status:ready for adoption

Like `link` in symfony: https://symfony.com/doc/current/contributing/code/pull_requests.html#use-your-branch-in-an-existing-project

type:enhancement

While working on #412 found that `ForumTopicClosed` and `ForumTopicReopened` always null as there is no additional information. @bernard-ng can you take a glance?

`.github` `CHANGELOG.md` `LICENSE.md` `README.md` and `docs` `.styleci.yml`

type:enhancement
status:ready for adoption

```php $service = new OEmbed(); $result = $service->get( // Instead of new Uri('https://www.facebook.com/FacebookDeutschland/videos/2403439749688130/') 'https://www.facebook.com/FacebookDeutschland/videos/2403439749688130/', 480, 300, ['omitscript' => true] ); echo (string)$result; ``` `OEmbed` has `UriFactoryInterface` instance so can create...

enhancement
v2