Lucas Lobosque

Results 14 issues of Lucas Lobosque

Does the current implementation takes into account graceful shutdown of quartz? If a quartz job is stopped suddenly, specially outbox processing, it might loose a message.

There are two ways to add side-effects to a command: 1 - You listen to a `IDomainEvent` emitted during that command. I understand that You'll want to use this when...

A lot of code on each module `Infrastructure` project is repeated. For example `OutboxMessageDto.cs` is exactly the same across all projects. I understand the fact that this level of decoupling...

resolved

Implement pagination, sorting and filtering for the APIs when querying data.

Is it possible to render each route in a separate html file?

# Description I want to run different build commands for my static website, depending on the stage. The following does not work, because the `${stage}` is empty, even when explicitly...

The default return value for string is `""` and for integers it is `0`. These are very reasonable defaults, but is it possible to change it for recursive mocks without...

## Issue Description ## As our project grows it is becoming more and more common to have Omnisharp crashing randomly or just taking too long to process files (even the...

With the arrival of the WP-API into the Wordpress core, I am surprised that even though the api is now natively available, you still need plugins to authenticate. I tried...

I added some code to handle 301 redirects. For example, If you try to connect to a blog hosted on wordpress.com using http, it will 301 redirect you to a...