-
### Requirements of this design
1. NodeIds can be visually represented with a fort/castle icon.
2. This can be done using the 32 byte public key as the "DNA"
3. Creating these visual icons requir…
-
I was thinking that it will be amazing to define upfront some of the most important elements in the spec itself (as opposed to the docs).
-
It would be amazing if typescript could gain types with an ownership semantics as it could provide a very powerful tool against bugs caused by mutations. Idea is inspired by [Rust's owneship syste…
-
> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and potentially also for module identifica…
-
This is a meta issue for a first round of work preparing for a more modular client world as discussed in the roadmap call, with the goal of having one or more client modules with a minimal dependency …
-
Z użyciem poleceń:
```
docker-compose run web python manage.py graph_models -a -g -E -X TimestampUserLogModel --output a.dot
dot -Tpng "backend-project/a.dot" -o"diagram.png" -Kdot;
```
można wyg…
-
# Background
At present, any instance of a `Facet` is freely associable with any instance of a `UcoObject`. This is in support of duck typing, where being a Foo implies having behaviors like a Foo…
-
So this is just a space for discussion... since I'm not really sure how I should approach this problem space.
Premake has `language`, and `toolset`, and they are singular values. I'm working with m…
-
- Triangulate concentric infill rings
- Alternate extruders for 'n' layers each
- Rectilinear/grid infill with given grid thickness (number of adjacent traces)
- Radial infill around a central pillar …
-
First of all, thanks to the contributors for their work, there are really good simple explanations. But, the definition of Composite Pattern is completely wrong. What is explained is simply a usage of…