-
### The problem
Scenario: the Chapel program calls a function returning a type that's a dmapped domain.
In the generated code / at run time, that function returns a chpl___RuntimeTypeInfo struct…
-
Hello,
First of all, thank you for your slide on DDD>
I found your slide at https://speakerdeck.com/mploed/ddd-strategic-design-with-spring-boot-examples
I just tried to follow step by step o…
-
Ronn 0.6.6 has very nice styling for pre blocks:
background: #EDECEB;
border-left: 1ex solid #DDD;
padding: 5px 1ex;
Newer versions removed this styling, making it harder to distinguish b…
-
Hi guys,
I'm starting to use ZOD on DDD-oriented classes, and I'm struggling to use the z.instanceof method to type my schema; here is an example
```tsx
const userSchema = z.object({
id: …
-
When calculating the total amount of usage of a given VMP there are two points at which mismatches of units may occur:
1. `scmd.unit_of_measure_identifier` `vpi.strnt_nmrtr_uom` or `vpi.strnt_dnmtr…
-
OpenTelemetry is important for app observability. It includes logging, metrics and tracing.
It'll be great you could consider integrate and demo it in the ddd example app.
Thanks!
davix updated
2 years ago
-
Example created with Windows Powershell 7 (pwsh.exe). Powershell is able to traverse the directory tree and get the checksum:
```
PS D:\> Get-Host | Select-Object Version
Version
-------
5.1.1836…
-
### Description:
I try to unlock ` "nbt": {
"ForgeCaps": {...
}
}` in spawn.json.
Manipulating other NBT data works fine (Attributes, etc.).
I have use **Ice an…
-
Hey there,
I've been reading up on DDD and I'm trying to understand the way the example is structured.
So first, with the aggregates folder: Is an `aggregate` here equivalent to a DDD aggregate?…
-
An instrumented Ratpack server handling multiple requests making its own requests out to another service via parallelBatches does not keep its spans straight.
I have put together an example with a …