-
Now it's rather looks artificial that links are implemented here.
-
I was reading the details of graphQL this morning at it occurred to me how similar the concepts are to NestedTypes. graphQL basically wants to know about types and relationships - just like NestedType…
-
@klokane opened apiaryio/snowcrash#327
according to MSON spec:
https://github.com/apiaryio/mson/blob/master/MSON%20Specification.md#44-sample
```
- list: 3, 4 (enum, sample)
```
Is equivalent to:
…
-
@klokane opened apiaryio/snowcrash#327
according to MSON spec:
https://github.com/apiaryio/mson/blob/master/MSON%20Specification.md#44-sample
```
- list: 3, 4 (enum, sample)
```
Is equivalent to:
…
-
With the current implementation, maps are not easily supported. A traditional javascript object or backbone object easily implements the map model. However, nestedTypes cannot handle a typed map, wh…
-
| --- | --- |
| Bugzilla Link | [372144](https://bugs.eclipse.org/bugs/show_bug.cgi?id=372144) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Feb 21, 2012 12:37 EDT |
| Modified | Feb…
-
[from fsbugs]
If one defines a generative type provider with some fields/properties, then creates 2 identical versions of that provided type:
``` fsharp
type T2 = Samples.ShareInfo.TPTest.TPTestTy…
-
If you reference an inner class (or interface) in the extends clause / implements clause / field / return type of method / parameter of method, the parent types are missing. I provided a small example…
-
6.2.4 支持对nested 类型字段中的熟悉进行查询么?
-
It appears that some enums that are used to generate constants are generated with wrong integral type.
For example, here is the definition of the IMAGE_FILE_HEADER struct in C/C++, from the MSDN do…