Slava
Slava
Consider adding support for [Expression Language](http://symfony.com/doc/current/components/expression_language/index.html). For example I'm using this configuration: ``` yaml jms_di_extra: automatic_controller_injections: properties: environment: "@=service('kernel').getEnvironment()" ``` It tells me that it can not find service with...
Hello! I would love to see more granular approach with `amDifference` filter. For example, I want to display minutes for small differences, days for bigger differences and month for even...
Hello! I'm trying to use this plugin, here's my gulp task: ``` javascript gulp.task('webserver', function() { gulp.src('./build/') .pipe(webserver({ directoryListing: true })) ; }); ``` When I run this task and...
Hello! Thank you for this great library! However, the rejected promises, which are returned from the commands are handled incorrectly. I've created a simple repository to demonstrate the issue: https://github.com/slavafomin/vorpal-promise-rejection-issue...
Hello! I'm using [`Vorpal.parse()`](https://github.com/dthree/vorpal/wiki/API-%7C-vorpal#vorpalparseargv-options) function in order to manually trigger command execution. However, this function has no callback and is not returning any promises. How do I know when it...
Hello! Thank you for this great plugin! I'm looking into it in order to implement a scrollspy navigation bar. However, it's not working as I would like it to. Right...
Hello! Thank you for this great module! However, I have an issue when default task is terminating without waiting for all the tasks to properly complete. Here's my `gulpfile.ts`: ```ts...
Hello! Thank you for this great module! However, consider this code: ``` html ``` ``` javascript $scope.formData = { phoneNumber: '+71231234567' }; ``` For some reason the `ngModel` of the...
Hello! The latest version of `intl-tel-input` is `7.1.1`, however, your module requires `~5.1.0`. Is there a compatibility issues with newer version? Are you planning to update it? Thank you.
Hello! Thank you for this great bot! However, it happens that `@GitHubBot` skips some of the notifications. I'm getting only a part of my commits and it happens randomly. What...