nagman

Results 11 issues of 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...

kind/question
area/client

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),...

enhancement
pending
v0

I have this image: ![image](https://user-images.githubusercontent.com/16116486/164034106-d9aee04b-fef0-4ba9-a52d-a156eb841493.jpg) Which, when resized through this url: `http://localhost:3000/_ipx/f_jpg,fit_inside,s_1800x2700/img/test.jpg`, outputs like this: ![7a2a0360-bd2d-4c2d-a5b2-811819cb422d](https://user-images.githubusercontent.com/16116486/164034466-f0e1e17d-d967-467a-bbd9-414c15c4d901.jpeg) 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...

bug

### 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...

needs info

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...