-
I encountered an issue when sending multiple notifications using notify().
Steps to Reproduce:
```
$user = User::find(1);
$user2 = User::find(2);
$user->notify(new NewMessageNotification());
…
-
502 Bad Gateway 502 Bad Gateway openresty
![image](https://github.com/user-attachments/assets/9a0f9243-fc38-4a65-bb95-ec64158a9bd0)
-
Currently, `SerializeForVersion` is defined in the `dto::serialization` module. For this reason, we need various odd wrappers to serialize `common` types, such as [this TxnHash](https://github.com/eql…
-
Domain Driven Design is becoming more and more popular and it's common to use a Create Factory method to create objects that have more validation requirements than can be added within just a contracto…
-
**API Platform version(s) affected**: 3.x, 4.x
**Description**
HTTP Cache doesn't work with DTO using stateOptions, the current implementation in `PurgeHttpCacheListener` only searches for Doctr…
-
## Overview
### Background
ECMPS 2.0 used a number of ECMPS 1.0 screen checks as DTO or Check Service checks. In ECMPS 1.0 a user can ignore non-Fatal results of screen checks and successfully …
-
# Feature: Creating a shared library on backend to contain all duplicate DTOs, payloads and schemas.
## **Description**
Currently there is a need ensure that both the gateway and respective micros…
-
In Node.js, create a custom DTO with several properties. Now create a custom action and choose the input param to be of that DTO type, and the REST parameters to use "Split". Split the input DTO prope…
-
https://github.com/souravsingh20/library-management-system/blob/ddaffe2eb88e46b1ca2dc74f9f9ec320dd6a0ee7/bookuser/src/main/java/com/quinbay/SpringBookUser/bookuser/dto/UserBookHistory.java#L7
pleas…
-
To make it more scalable. You'll probably need to optimize your code as well