Léo Coletta

Results 9 issues of Léo Coletta

I am having an issue while trying to compile from typescript : ``` node_modules/ews-javascript-api/typings/ExchangeWebService.d.ts:3:53 - error TS7016: Could not find a declaration file for module 'fetch'. 'C:/Users /ZRTW9851/Documents/Projets Orange/tmp2/@doe/worker/node_modules/fetch/lib/fetch.js' implicitly...

Hi, I am trying to implement a color picker for tip tap vuetify [in a fork](https://github.com/leo91000/tiptap-vuetify/tree/extensions/add-color-picker/src/extensions/nativeExtensions/ColorPicker) to maybe do a pull request if it works well. However, when the commands...

help wanted
question

I think there might be a problem with the selection slot ### Reproduction Link https://codepen.io/leo91001/pen/dyPdGWY ### Steps to reproduce Use multiselect with a template slot for "selection" ### Expected behaviour...

I get the following message on VSCode : ![image](https://user-images.githubusercontent.com/1354510/127736684-aa17a36d-fa7d-4915-a020-854a6c66b487.png) However my server is up and running on `http://localhost:3030/` If I hit reload in the top right corner of the preview...

### Environment NodeJS version : 14.16.2 Nitropack : 0.2.2 ### Reproduction - Install the library "pg" (e.g : `npm i pg`) - Use `import { Pool } from 'pg'` in...

### Environment Node.JS : 16.15.0 NItro : 0.3.8 ### Reproduction Here is a simple reproduction link : [Stackblitz](https://stackblitz.com/edit/node-e4axc9?file=routes/ping.get.ts) Just run `NITRO_PRESET=cloudflare npm run blitz` Notice the message `'pg-native' is imported...

bug
preset:cloudflare
needs investigation
database

### Describe the feature In edge environnement, the `performance.now()` method is not available. Adding performance.now() to unenv could improve support for edge runtime. ### Additional information - [X] Would you...

enhancement

I have my packageManger field set to "[email protected]" When using `COREPACK_NPM_REGISTRY` environment variable, corepack fetch succesfully metadata for the given package manager using the provided registry url. However it seems...

Hello, I was following the the quick start guide. I think I followed every step without missing anything (I red multiple time). However, at the step press Ctrl + S...