nagman
nagman
**Describe the bug** While working on my API, I added the `@unique` directive to a field. Then I ran `prisma deploy` (note that adding or not `@unique` would not resolve...
Hi, I've added a feature that allows developper to opt between `desktop-first` and `mobile-first` strategies. The default behavior is desktop-first (because it uses `max-width` media queries in the `sizes` attribute),...
I have this image:  Which, when resized through this url: `http://localhost:3000/_ipx/f_jpg,fit_inside,s_1800x2700/img/test.jpg`, outputs like this:  Note that it's using `fit_inside` and `s_1800x2700`. I don't understand why, but I wonder...
I'm implementing a very simple background video with your package: ```jsx ; ``` And my console throws this: ```console Uncaught ReferenceError: VideoHandler is not defined at vimeo_video_handler.js:7 ``` My dependencies:...
**Describe the bug** I have a big sprite (32x56) whose sprite sheet takes up to 11 tiles, and one of the actor uses an emote bubble. My whole scene doesn't...
### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug The `@parcel/watcher` package is not detected as a peer dependency when installed with pnpm. ### Your Example...
[The example in the docs](https://strapi-community.github.io/strapi-plugin-local-image-sharp/guide/modifiers.html#sharpen) doesn't work. When I test with only `?sharpen`, I get the following error: ``` IPX Error (Expected number between 0.01 and 10000 for sigma but...
Hi, I'm trying to add lines to a distant file on an FTP server, but the `append` method doesn't seem to append my string to the file. My code: ```...
- VS Code version: 1.88.1 - Extension version: 3.1.1 - Operating system: Macos 14.4.1 The plugin just stopped working today. I thought it was due to installing another plugin, but...
Hi there, A HUGE thanks for this project because you solved exactly what I struggled with (SASS modules). I would like to suggest an improvement: the support of sass-resources-loader. So...