-
I have the context:
```
const typesContext = {
U1: {type: 'integer[] | string[]'},
U2: {type: 'integer[] | string[] | nil'}
};
```
And I output expanded and canonical forms for types:
##…
-
## 简介
分析data augmentation方法的一致性。动机是说不同的DA方法,比如`RAML`, `Switchout`, `Self-training`(实际就是distillation),`Target-agree`(right-to-left)以及`Back-translation`,在不同数据集上的表现不一致(有的这个bleu高,有的那个bleu高),用single-refer…
-
It would be nice to have some sort of token replacement feature so as to avoid duplication of some things. For example, each of my API requests return one of several response status codes, 200, 201, 4…
-
![image](https://cloud.githubusercontent.com/assets/6643130/17114856/d0784e82-527e-11e6-8f8a-9a7a1abd503f.png)
-
The spec contains the following example:
```
types:
Person:
properties:
addresses:
type: Address[]
xml:
wrapped: true
```
If I also include a name no…
-
IMPORTANT: This hackathon will now be held at the Marriott, near the Vancouver Convention Center. See http://www.ga4gh.org/#/hackathon2016 for details.
## Background
HGVS is a syntax and set of recom…
-
Opening this for tracking. I don't yet have a proposed solution or data architecture yet.
When I've used the [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) project in the past, on …
-
**Format**: Postman
**Official**: YES
**Url**: https://www.postman.com/collections/10684407-3369ce87-fd01-423c-a38f-335da4db520b
**Name**: BigDataCloud's IP Geolocation API
**Category**: location
…
-
I'm working on a Play-Swagger integration. Swagger exports a description of your API, which lets you automatically generates client libraries for numerous languages. This makes writing an API server i…
-
The RAML 1.0 specification is lacking a term for the type of a type.
I'll use the term **metatype** for now, to explain my meaning, but I'd be equally happy with terms like category, kind, species, …