-
# 📦 Project Hub
## 🚀 Project Goal
Create a user-friendly interface for building protocols through a form-based approach and explore existing protocols created by community members and our company.…
-
# Enhancement
## Description
Document the existence of JSON-LD and its implications.
We want to warn users from underestimating JSON-LD:
- Compaction / Expansion
- Default `@context` within…
-
Running the following command:
```sh
docker run --rm -it --name simple-webdav -v /data -p 6060:6060 \
-e WD_PORT=6060 \
-e WD_PREFIX='/dav' \
-e WD_SCOPE='/data' \
-e WD_AUTH='false' …
-
What strategy do people use to expose nested properties of complex objects? My server has a model with a few levels of nesting, and I would also like it on my client. Using the GopherJS playground, I'…
-
Find a good strategy for comparing two DisplayLists, and deciding whether a comparison is necessary. For example, we might tune how deeply into nested structures the comparison should go. This will im…
-
some trickiness due to the nested structures used to optimize drawing order. likely having a second, flat collection will be the way to go.
call remove:
if entity to remove is in map, call functor…
-
Running midje-tests in jenkins, getting
`XML document structures must start and end within the same entity. Nested exception: XML document structures must start and end within the same entity.` from r…
-
Extended the DCPS/XTypes test with the following additional IDL
```
@topic
@mutable
struct NestedMutableStruct {
@id(1) ModifiedNameMutableStruct nested_struct;
};
```
When looking at th…
-
To navigate large, deeply nested directory structures, it would be helpful if there was an option to by default only display top-level directory in the tree and manually expand subdirectories from the…
-
Hello,
I have configured my river and they work like a charm. It is great. Although I have a complicated query so I end up with tons of duplications in the object like in your example: where associa…