Alfonso Bribiesca

Results 6 issues of Alfonso Bribiesca

Pluralize filters: ``` {{ count | pluralize('comment') }} ``` Could be simple just add an S at the end, and add optional parameter for custom values like `pluralize(word, [word_in_plural], [word_if_zero])`...

For my current project, I'm updating some of the options dynamically, specifically the placement, but once I change the placement it's not being applied, so I think to add some...

see https://github.com/variantjs/vue/issues/58

Hey folks! A lot of you have been wondering what happened with the next version of this package and if it will be ready soon, so I created this issue...

This is possible by using the filters but will be nice to have helper to use directly in the scripts: ``` methods: { format () { // its possible by...

### Feature Description Currently is not possible to pass an array of arguments on a command that accepts input arrays ([see laravel docs](https://laravel.com/docs/10.x/artisan#input-arrays)), would be nice to allow that UI...

feature request