Oscar

Results 12 comments of Oscar

You can use Google Drive (or Dropbox/OneDrive) too, saving a file with the tasks. Probably there are more people with a Google account than a Nextcloud server/account.

Yo personalmente no suelo seguir el repo de eShopOnContainers, nunca me gustó desde los primeros libros de microservicios que sacaron. Tienen algunas cosas un poco feas en la implementación que...

Hmmm, Creo que solo se usa MediatR para CQRS no lo usa en el dominio para nada. Tampoco creo que se peguen, ya que MediatR hace la función de mediador...

Como dices, implementa todo el tema de los buses, pero nada te quita que uses lo INotification para comandos y los IRequest para las queries y ya. Y usar otro...

Con tu segundo comentario no sé a que ejemplo en concreto te refieres. MediatR también hace uso de genéricos y se registran todos los handlers que tengas en el Assembly....

We faced the same problems this week and ended up creating our own component. I guess it's a problem of finding the right balance. I prefer to use layouts with...

I'm also interested. Browsing the internet, I found this was a thing: https://github.com/sveltejs/kit/blob/59702554b3c917f8a0d219f326f80b4d78fa29de/packages/adapter-node/src/handler.js#L22. I would love to have this instead of relying on a proxy to set it.

I just found the same issue and it's being pretty limiting. Also, there's no easy workaround. Is it possible to have a 26.1 with this?

I just tried, I still face the same issue with a 3M+ dataset. It doesn't reproduce on a smaller one, like 400 records.

Hi @Joffcom ! Well, Gulp last update was 4 years ago and npm wasn't happy about it. I replaced its usage with rimraf and copyfiles which are simpler and had...