Martijn Saly

Results 219 issues of 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...

question
c: locale

### 👓 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? ![Image](https://github.com/user-attachments/assets/59eabd3c-5750-4168-bf5f-33ac8b139a8c) 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

**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...

bug

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...

crash

- [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...

bug

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:...

help wanted
mock

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...

enhancement
third-party