Franck Grenier

Results 13 issues of Franck Grenier

Hello jscpd, I'm setting up your great tool on a Vue.js project and I'm getting a lot of clones, some of them not really pertinent in my opinion and my...

Hello, I'm trying to change the auth strategy of my Nuxt (2.14.11) app from `local` to `cookie` and I'm getting this error : ``` TypeError: _schemes_index_js__WEBPACK_IMPORTED_MODULE_7___default.a is not a constructor...

question

- Deployer version: 7.0.0-rc-8 - Deployment OS: Gitlab CI (Docker runner) Hello Deployer, I'm having troubles to POST my releases and their deploys to my self-hosted Sentry. Randomly, POST requests...

bug
contrib

Hello Kaliop, we are uploading css files into ezbinaryfile attributes during a migration. Though we explicitly set the mime type with `mime_type: text/css` in the migration file, EZ (5.4.10) saves...

upstream bug

### Version module: 5.0.0-1648802546.c9880dc nuxt: 2.15.8 ### Nuxt configuration #### [mode](https://nuxtjs.org/api/configuration-mode): - [x] universal ### Nuxt configuration ```javascript auth: { cookie: { options: { expires: 365, secure: process.env.APP_ENV !== 'local',...

bug

Hello FPDI, I'm trying to instantiate a `\setasign\Fpdi\Fpdi` object from a stream and I get the below error: ``` Object (id:24) not found at location (93829). at vendor/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php:176 172▕ try...

Hello, I'm using vue-pdf-embed to render PDF files on a Web page and I'm experiencing performance issues when I display large files (~250 pages). When displaying my page, PDF rendering...

Hello, Everpad breaks lists and sublists markup when it sends to Evernotes. On the other side, when Everpad receives this kind of markup from Evernotes, it's OK in Everpad. Looks...

Hello, I fixed a syntax error on line 32 (param "key" on "each()" function) and I added support for the dataFilter option, useful to do some actions on data before...

Hello, I'm using "jquery-related-selects" with a PHP AJAX framework which returns an encapsulated JSON response. ```{"error_text":"","content":{"dossier":"Dossier","fiche":"Fiche","formulaire":"Formulaire"}} ``` Of course, "jquery-related-selects" cannot handle this response correctly and does not populate the...