-
https://github.com/99designs/gqlgen
-
Use the method from the correct setter in tests here:
https://github.com/linksplatform/Data.Doublets/blob/3de5ffe11d9f68f0c90a80cfcc05011bfc8e818e/csharp/Platform.Data.Doublets.Tests/TestExtensions.c…
-
```
std::string -> std::u8string
std::u8string -> std::string
```
https://godbolt.org/z/hvbWsohjh
We should also support possible conversions between:
```
std::u8string
std::u16string
std::…
-
https://www.inheritdoc.io/
or
https://stackoverflow.com/questions/342964/comment-inheritance-for-c-sharp-actually-any-language
or
https://github.com/dotnet/csharplang/issues/313
-
https://github.com/linksplatform/Data/blob/0bd123d75080d674b81fb1209b00aa554f8d40f6/csharp/Platform.Data/ILinks.cs#L47
`Count` method can be implemented using `Each` method, but this should be not …
-
![2015-11-13 01-29-39](https://cloud.githubusercontent.com/assets/1431904/11402055/044008be-93a7-11e5-9588-fccb1e005960.png)
https://en.wikipedia.org/wiki/Floating_point
These numbers can be used to…
-
We are trying to benchmark our [GraphQL server implementation](https://github.com/linksplatform/Data.Doublets.Gql) for Doublets (database engine based on associative model of data).
This the YAML f…
-
https://github.com/linksplatform/Data/issues/85 should be complete before the start of this task.
- [ ] Change namespace
- [ ] Move [these extensions](https://github.com/linksplatform/Data/blob/cp…
-
It can be a separate implementation or specific allocator implementation for std::vector.
It may use an array of fixed size and variable length.
https://stackoverflow.com/questions/354442/lookin…
-