Carsten Rohrbach
Carsten Rohrbach
When adding the `--title` parameter, I get a schema with the following content: ```json { "definitions": { "SomePropertyType": { ... } }, "properties": { "someProperty": { "$ref": "#/definitions/SomePropertyType", "title": "someProperty"...
The following example still in one case generates `const` instead of `enum`: ```typescript type A = B | C interface B { myProp?: false } interface C { myProp: true...
Hi, please add support for isomorphic-loader for `module` type projects (and hybrid variants). We are currently facing two issues here: (1) `extendRequire` does not work for ES modules. I played...
We have a service serving multiple tenants with different domain names in the same process. We'd like to set a domain part in the session cookie based on the incoming...
## Checklist - [X] I have ensured my pull request is not behind the main or master branch of the original repository. - [X] I have rebased all commits where...
## Describe the bug **Node.js version:** 20.11.0 **OS version:** MacOS Sonoma 14.5 **Description:** We are using superagent agent to perform an OpenID authorization code flow before interface tests, crossing domain...
The dependency `[email protected]` depends on `[email protected]` which is not supported any more: https://www.npmjs.com/package/inflight ``` This package has been deprecated Author message: This module is not supported, and leaks memory. Do...
### Related problem I want to always perform some cleanup operations after a code block that might fail. There is already a try/catch, but without a `finally` construct, like I...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened In one of our projects, the GitHub GraphQL PR Collector...
I try to paste string that contains special characters like '+', but they are treated in a special way. The escape flag does not change anything. So, I would like...