-
Just some quick observations/questions:
- Regarding the new static function signatures it would be better for function composition to have the order of parameters in this way: *least changing param…
-
After reaching MVP, it’s a good idea to look through the project one more time to make sure that every crucial decision (e.g. domain objects) is made in the optimal way.
-
By separating the clients and server of tote, development of different user interfaces will be much easier. Before we can build the server and our first client, we need to decide what operations shoul…
-
Expected behavior: a group set to "open" will have its contents publicly viewable, save for the member list.
Actual behavior: contents are only partially visible:
we are building a volun…
-
*Originally created by fsamwel (https://github.com/VNG-Realisatie/Haal-Centraal-common/issues/27):*
design_decisions.md bevat nu twee soorten informatie, die geen van beide echt ontwerp**beslissingen…
-
Users are going to strongly dislike re-evaluating potentially hundreds of previously reviewed packages every time the decision rules or metrics weights are tweaked and risk scores re-calculated, so I …
-
### Operating System
Windows 10 Pro
### HOI4 version
1.11.13
### TNO version
1.2.1c
### Do you have other mods in use?
None
### Were you using Steam?
Yes
### Which major …
-
Hello @Godefroy ,
L'équipe me remonte une idée qui me semble intéressante :
Un "journal" des décisions de la semaine/mois pour suivre les choses de loin.
On a pu remarqué que c'était disponibl…
-
## Description
Architecture decisions currently does not have a template. A template will standard decisions and how they are documented, we may consider using DACI if appropriate.
-
I suspect this can happen in more cases, but here is how I observed this:
```rust
pub fn foo() -> Box {
vec![0].into_boxed_slice()
}
```
This compiles to:
```asm
sub rsp, 56
lea rdx…