-
Move the `loop` testing into the `operate` lifecycle stage (`fablab run`) in the `zitilib/examples` models.
-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
I added "Chinese fonts" to the / usr / share / fonts / directory of the document server server.…
-
Currently we try to derive binding based on address when creating services. Should we do that dynamically when being dialed?
If not, we need to enforce service binding so that edge cannot bind a non…
-
Building on the `0.4.x` architectural improvements, this update to performance characterization supports linked models, with linked infrastructure, and will ultimately include support for model data c…
-
`POST` returns the following
```json
{
"meta": {},
"data": {
"_links": {
"self": {
"href": "./network-sessions/3cb13415-e376-42ba-b7ea-8342bce05e2c"
}
},
…
ekoby updated
4 years ago
-
The `zitilab/characterization` model requires a lot of deep parameterization, and dynamic model building, based on several different kinds of configurability.
Explore how _factory chains_ can be in…
-
right now the router id must be used when creating services. it'd be more friendly to use the provided input as an id first and if not found by id then to look up a router with the same name. if only …
-
The `0.3.x` series is currently hardcoded to use `terraform` as it's framework for expressing infrastructure. The infrastructure expression lifecycle stage is currently idempotent, because `terraform …
-
Hello,
I'm trying to implement a CG preconditioned by AMG (CG-AMG) as shown in Figures 17 and 18 of the following paper
https://asc.ziti.uni-heidelberg.de/sites/default/files/research/papers/pub…
-
`
.ziti(@c: #C7C7C7) {
color: @c;
}
.some {
.ziti(#000)
}
`
不用到函数的时候,less没有问题。