Joaquín Ormaechea

Results 7 issues of Joaquín Ormaechea

**Summary** Apisprout does not support `readOnly` and `writeOnly` attributes of properties. **Steps to reproduce** Mock this schema: ```yml paths: /foo: get: operationId: getFoo responses: '200': content: application/json: schema: $ref: "#/components/schemas/fooSchema"...

bug
upstream

Currently, responses don't include the headers defined in the schema. For example: ```yaml paths: /hello: get: summary: Hello world responses: '200': description: OK headers: x-foo: schema: type: string example: bar...

Support for file icons in [PR File tree sidebar](https://github.com/github/feedback/discussions/12341) is missing. It would be nice to include icons here as well. ![image](https://user-images.githubusercontent.com/5612500/164912181-ab58c9c0-112e-442f-a5a4-838796bd4dc2.png)

enhancement
help wanted

It's been a while since I started developing OpenAPI Mocker. It all started as a personal side-project, then we started to use it at work and recently caught the attention...

help wanted

The bug is in the utils, when it tries to determine wheter a module is local or not. https://github.com/ganemone/NodeRequirer/blob/4eed13a166cb5a8842fa84077abc66e50250db45/src/utils.py#L70-L71 For example, for a npm package `@someNamespace/package` it breaks. `is_local_file` should...

The following line is breaking in v2.x because `this._serverless.variables.options` is undefined. https://github.com/svdgraaf/serverless-plugin-stage-variables/blob/9da937c88800bf86ca461a31b23a703255d3ff37/src/index.js#L36 Are you accepting PRs for this plugin? If so, I can add it quickly. It's stopping us from...

Just installed the library, and when I require the `TimeInput`, I get the following compile error: ``` Failed to compile ./node_modules/material-ui-pickers/utils/date-fns-utils.js Module not found: Can't resolve 'date-fns/addDays' in '/var/www/football-rental/node_modules/material-ui-pickers/utils' This...