Abdelkarim Ben Hamida

Results 9 issues of Abdelkarim Ben Hamida

hello , i got this repo https://github.com/jaydenseric/graphql-upload which provide an ability to create a custom Upload scalar with a custom middleware like [Express](https://github.com/jaydenseric/graphql-upload/blob/master/lib/graphqlUploadExpress.js) & [Koa](https://github.com/jaydenseric/graphql-upload/blob/master/lib/graphqlUploadKoa.js) . However i couldn't make...

hi @RomainLanz @targos @Xstoudi @andruu after i installed this provider i got a problem by the command ```bash adonis make:gschema hello ``` it make a subfolder as the following: `config/..ap/schema/Hello.graphql`...

i believe that issue related to **highlight.js** there's no related distro but i will mention little of my distro information os | arch | caprin version | instalation method ---------------------|---------|-----------------|---------------------...

Add and export EnquirerOptions for better autocomplete & use its types on partial parts on the code such as ```ts import { prompt, EnquirerOptions } from "enquirer"; ... const Inputs:...

does any of the community success to use the Upload scalar ? i made this example without success ```js // app/Controllers/Gql/Mutations/FileController.js 'use strict' class FileController { async singleUpload(root, args, {request})...

hi @HigoRibeiro @angelomsq ; i'm trying to assign a resolver function to a field as `lighthouse` on `Laravel` did: ```graphql type Query { jobs: [Job!]! @field(resolver: "App\\Http\\GraphQL\\Query@jobs") } ``` how...

### Environment VSCode: 1.86.0 pinia: ^2.1.7 pinia-orm: ^1.7.2 typescript: ^5.3.3 vite: ^5.0.12 vite-plugin-vuetify: ^2.0.1 vue: ^3.4.15 vue-tsc: ^1.8.27 ### Reproduction just follow the website 'https://pinia-orm.codedredd.de/guide/getting-started/typescript' ### Describe the bug as...

documentation

### Clear and concise description of the problem How to integrate end-2-end testing support for playwright/WebdriverIO ? ### Suggested solution Not yet ### Alternative _No response_ ### Additional context _No...

enhancement

## Proposed changes In regular ways we we can skip any static test ; however in dynamic environments we can't skip these tests by simple way which doesn't fit the...