Martijn Saly
Martijn Saly
## Synopsis When constructing a new `Intl.Locale` object, any language tag can be passed, but not any region tag can be passed. ## Example code Take for example a nonexisting...
### 👓 What did you see? This is the directory structure: And so in the workspace settings, I have added: ```json "cucumber.features": [ "cypress/e2e/**/*.feature", ], "cucumber.glue": [ "cypress/support/step_definitions/**/*.ts", ], ```...
Why does it look like this?  These are the same tasks as from #32 which is where I reported the dates being misinterpreted. Please ignore that for this issue....
I thought typing out dates as clearly and concisely as possible, would lead Smart Gantt no room for misinterpreting any natural language, because there is no natural language: ``` -...
When targetting typescript interfaces, an empty object in the samples generates an empty interface. An empty interface, as per the linter has a big drawback: > An empty interface declaration...
**Bug description** Skipping a file that already exists on disk, is extremely slow **Steps to reproduce** 1. Download anything you already have. **Expected behavior** When a file already exists on...
The program crashes during download. No error or anything, after a while the program is just gone. I'm not there to look at it, as it can take up to...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) --- ## Steps to Reproduce Dependencies: No dependencies, using it on global packages. Steps: Run `ncu -g` ## Current Behavior It says...
Please consider this OpenAPI spec (simplified for brevity) ```yml paths: /users: get: operationId: getUsers responses: '200': description: User listing success content: application/json: schema: $ref: '#/components/schemas/retrievedUsers' /user/{id}: get: operationId: getUser parameters:...
Just exploring whether orval is the right tool, so I got an [example openapi file](https://learn.openapis.org/examples/v3.0/link-example.html) (the yml version) and put it to the test. After enabling validation, which seems like...