-
Separating the HTML markup from the CSS has been a maintenance painpoint for my project and find that embedding it directly into the CSS documentation would be the most elegant solution.
example:
``…
-
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti …
-
There seems to be 2 limiting steps:
* deco.js
* measureSymShift.js
In node to get profiling you can do:
```node -r esm --inspect-brk examples/ddd.js```
And the in the browser enter the url …
-
## Description
I have a document like this
```json5
{
"name":"my note",
"deals":[
{"name":"aaa","value":"some value 1"},
{"name":"bbb","value":"some value 2"},
{"name":"ccc",…
-
We need a basic article about used concepts with detailed explanations and simple general examples.
TOC:
- **What is reactivity**, about the subscribtion pattern and a little bit about glitches
…
-
# Initial
![image.png](https://raw.githubusercontent.com/chongtzezhao/pe/main/files/39d3bf1f-bc2a-43e1-a33d-6f01f931f4ec.png)
# Command Ran
```edit 1 e/bob@example.com```
# Expected Output
```\`…
-
The current `bar_style` options for the progress widgets are too limited, at least for my use. A simple extension of the `bar_style` would solve the issue for me. I would propose to add a `bar_style` …
-
Hello, thank you for such promising library. It's a big pain to implement ddd on yii2. You did a great kindness releasing this library:) I understand basic ideas like entities, repositories, but you…
-
1. Use file extensions in require: https://github.com/andrewvitrenko/Weeker-server/blob/ff723b7d43fb122a22d499c2cf81f68d1c09f366/index.js#L6
2. I'd propose to add code block `{}` at leas fort readabi…
-
The `ConcentrationTracker` components use a mass balance to calculate concentration changes caused by sediment flux components. The mass balance includes a calculation of _dz/dt_ and/or _dH/dt_. To do…