-
Hey,
I am wondering is it better approach to use packaging by feature instead of packaging by layers using DDD.
In what direction your example packaging expand in the future?
```
Just by looki…
-
`caddy_1 | {"level":"info","ts":1665919978.9603379,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}`
`caddy_1 | {"level":"warn","ts":166…
-
When I started decoupling from Symfony Form and the `EntityType` I switched to primitive types only that would then be used on the `data_class` which is the Command / DTO.
In conlusion my command onl…
-
```
For example,
$('#countdown_1').countdown({
format : "ddd:hh:mm:ss",
image: 'libs/jquery-countdown/img/digits.png',
startTime: "279:12:15:03"
});
it would display "279:12:14:99" afte…
-
I have the latest version of FFx64 (62.0) and RESTClient (3.0.7)
Where i try to send data via method POST to php script, it return me empty $_POST array. The script code is very simple:
`
-
Before, I could easily pass the value of channels, users through mysql_tquery, but when I do the same with the interaction value, I get the error
`"[ERROR] DCC_SendInteractionEmbed: invalid interac…
-
```
What steps will reproduce the problem?
1. Tab across "A" element, it's impossible to tell where the focus is
What is the expected output? What do you see instead?
A different state, eg; a dotted…
-
```
What steps will reproduce the problem?
1. Tab across "A" element, it's impossible to tell where the focus is
What is the expected output? What do you see instead?
A different state, eg; a dotted…
-
I started exploring the merged SCMD and DDD data to track the completeness of each field, flag products with missing DDD and counted how many hospitals appeared in the data by month. The notebook can …
-
I wonder how I can do something with Failsafe.
If methods which do a retry with Failsafe are nested then how can I prevent in the outter method that a retry is performed when an exception is thrown…