Aaron Ho

Results 5 issues of Aaron Ho

Is it possible to omit the id in ResourceObject when making a request to create a new resource? From the [JSON API spec](https://jsonapi.org/format/#crud-creating), it allows id to be omitted when...

enhancement

Can't find ABO markers in genome file. the markers in this page are not present? http://www.snpedia.com/index.php/ABO_blood_group

## Feature request ### Summary Ability to have different sitemaps for different hostnames within a single strapi instance. ### Why is it needed? We have multiple frontends for a single...

Hello, I encountered some issues trying to launch IDE from the main page. Note: I am running on Windows. Incorrect: https://github.com/pmcelhaney/counterfact/blob/412bb8b607317f63155f45e15ca9a19fe2be45ec/src/client/index.html.hbs#L233 `vscode://file` (missing trailing slash) Correct: https://github.com/pmcelhaney/counterfact/blob/412bb8b607317f63155f45e15ca9a19fe2be45ec/src/client/rapi-doc.html.hbs#L24 `vscode://file/` (trailing slash)