Results 14 comments of Bruno Barros

I'm interested on it too. Any idea?

Pessoal, alguma evolução no parcelamento? MAX_INSTALLMENTS_NO_INTEREST não está funcionando.

And this could be a good Laracast lesson!

humm the CommandBus should remove the decorator after excecute it. Another point to me is the result of decorators don't change the command object. I've expected the decorators to be...

I did send a PR. Check if is worthy to you. :-)

@ratiw I found a problem to this aproach. When writing tests I'm instantiating the CommandHandler and passing the Command, so without the constructor I can't do it. On my case...

Of course! ``` class CreateAdminCommandTest extends TestCase { public function setUp() { parent::setUp(); $this->handler = App::make('Namespace\CreateAdminCommandHandler'); } public function test_something() { $this->handler->handle(new CreateAdminCommand('name', 'email')); } } ``` So, to test...

Probably, not. Last commit was in 2015. But, the codebase is very simple and I think still useful.

Same here. I'm using Ionic 5 with React. ``` TypeScript error in D:/laragon/www/5rindex-app/src/App.tsx(6,29): Could not find a declaration file for module '@ideasio/add-to-homescreen-react'. 'D:/laragon/www/5rindex-app/node_modules/@ideasio/add-to-homescreen-react/build/AddToHomeScreen.js' implicitly has an 'any' type. Try `npm...

@justintadlock Do you have any plan to implement category and taxonomy restrictions? @korobochkin I don't think to write some meta to all posts when applying restriction for a category is...