Jonathan Derrough
Jonathan Derrough
...ed using the directives. This comes from the same need as described in issue #25, that is to be notified when translations are being substituted. The PR adds a new...
Hi, When using `[email protected]` alongside with `[email protected]`, I'm getting this error in `Nexus.makeSchema()`: ```console src/schema/index.ts:40:15 - error TS2322: Type 'import("node_modules/nexus-prisma/node_modules/nexus/dist/plugin").NexusPlugin' is not assignable to type 'import("node_modules/nexus/dist/plugin").NexusPlugin'. The types of 'config.fieldDefTypes'...
Hi, Is there a way to detect bots and crawlers using ngx-device-detector?
Right off the bat: ``` $ prisma2 generate Error: Could not find prisma-test-utils-master/example/datamodel.prisma ``` When `schema.prisma` has been renamed to `datamodel.prisma`: ``` $ prisma2 generate Error: Unknown generator provider photonjs...
Feature stores do not receive the @ngrx/store/init action, thus the initialization of the state skipped the merge ## PR Checklist Please check if your PR fulfills the following requirements: -...
Hi, I'm exporting multiple CSV files with the same schema to Realm dbs in different directories, in a loop: for srcFilePath in srcFilePathArray { let generator = ImportSchemaGenerator(files: [ srcFilePath!...
From [PlayFabSdk/Scripts/PlayFab/PlayFab.js](https://github.com/PlayFab/NodeSDK/blob/d1de74dfd8211a099814ba538a02f578382400aa/PlayFabSdk/Scripts/PlayFab/PlayFab.js#L105): ``` if (replyEnvelope.hasOwnProperty("error") || !replyEnvelope.hasOwnProperty("data")) { callback(replyEnvelope, null); } else { callback(null, replyEnvelope); } ```
All the code examples are broken, trying to access the CodeSandbox URLs directly leads to an "Out of credits" error. As well as the content stored on gfycat.com.
Hi 👋🏼 I'm trying to use file-system-cache in an oclif project and encountering errors when importing and using the package in CJS and ESM contexts. I created two repro projects,...