Gordon Sun

Results 19 issues of Gordon Sun

Hello, I'm using this on a web site. And the slide experience on mobile phone is great. However, user need to pinch and zoom a lot. It is possible to...

Excuse me if this was discussed before. I did a search but did not find any previous issue about it I wrote this site that can play a clip of...

feature request

Added a simple null check to avoid tons of errors.

We have 3 popular set of meta format: "name", "property" and "itemprop". Currently only name is set. This change allows all 3 to be set at the same time. It...

enhancement

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description Related issue:...

if x-parse-application-id is provided on the header, it is required to match one of the app(s) for clients always doing HTTP POST instead of proper HTTP calls, _ApplicationId is still...

Like the one at the root level of http://petstore.swagger.io/v2/swagger.json I searched there https://github.com/swagger-api/swagger-samples/search?p=1&q=securityDefinition&type=Code&utf8=%E2%9C%93 and saw securityDefinition settings but not in the dropwizard project. There is for this on the BeanConfig...

Demo page is deployed by `gh-pages` branch, it is diverged from `master` branch (for example `dist` folder not ignored and demo page served from there). It requires manual merge from...

We have an external service returns a large response (2MB of JSON, not that large). And that becomes the output of that activity. The UI shows `... to see more...

feature

Hello, I'm using express-proxy to proxy a form post to s3. I want to add a field to the form. (The signed signature). But I do not have a full...