SimonCockx

Results 14 issues of SimonCockx

### Current behavior When I define a custom scalar (e.g., `@Scalar('MyCustomScalar')`) which I reference in an `ObjectType` that isn't exposed through any resolver, I run into an error `Error: "MyCustomScalar"...

bug
needs triage

Just creating a ticket to follow-up on the support for the `bit(n)` type. Currently `pg-mem` doesn't support this and fails with an error `type "bit(...)" does not exist`. This type...

I'm getting 8 errors when loading this package: ``` node_modules/graphql-fields-list/index.ts:292:27 - error TS2538: Type 'undefined' cannot be used as an index type. 292 if (!propTree[prop]) { ~~~~ node_modules/graphql-fields-list/index.ts:293:26 - error...

### Windows Terminal version 1.15.3466.0 ### Windows build number 10.0.22621.0 ### Steps to reproduce 1. Set "New instance behaviour" setting to "Attach to most recently window on this desktop". 2....

Issue-Bug
Needs-Triage
Product-Terminal
Area-DefApp
Needs-Discussion

When I import this library, I'm getting an error ``` TS7016: Could not find a declaration file for module '@nx-tools/core'. '.../node_modules/@nx-tools/core/index.cjs' implicitly has an 'any' type. ``` You can verify...

I'm using the following regular expression in a `begin` pattern: ``` (?

According to [this line](https://github.com/zikaari/monaco-editor-textmate/blob/7a36a0b78718fd6783de3c9aadc1f094193fe746/src/index.ts#L51) in `wireTmGrammars`, this library (or Monaco in general, I suppose) currently doesn't support multiple scopes. Will there be support in the future? Is there currently a...

**Describe the bug** When I generate a page, the route to the page is inserted incorrectly into the `app-routing.module.ts` array of routes. There is a syntax error. E.g., I just...

bug

When a GitHub API call returns a non-success status (e.g., 404 NOT FOUND), Jcabi throws an `AssertionError`. This however is not an `Exception`, but rather an `Error`, which is against...

The GitHub API documentation [describes an endpoint](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories) to list organization repositories via `/orgs/{org}/repos`. However, this package does not expose it.