Simon Podlipsky

Results 166 issues of Simon Podlipsky

**Describe the bug** I'm getting invalid schema validation errors: ![image](https://user-images.githubusercontent.com/327717/145193417-676a3433-2692-41c4-8eb3-ca05edec13fa.png) **To Reproduce** 1. Have .graphqls file ``` """The `DateTime` scalar type represents time data, represented as an ISO-8601 encoded UTC...

need more info

**Describe the bug** I have `.graphqlconfig` file present in several projects but the plugin does not show arrows next to endpoint to fetch schema **To Reproduce** Link to Repo with...

bug

Same as https://github.com/cyrilwanner/next-optimized-images/issues/264 but for mozjpeg. I think the change is this one https://github.com/imagemin/imagemin-mozjpeg/commit/9f3f702b44a85e546c57ed0e1044fade757abd00 ``` Error [ERR_REQUIRE_ESM]: require() of ES Module /path/node_modules/imagemin-mozjpeg/index.js from /path/node_modules/next-optimized-images/lib/loaders/img-loader.js not supported. Instead change the require...

Jetbrains claims it's not supported https://youtrack.jetbrains.com/issue/IDEA-292787 - bug fix / new feature? don't know rly - BC break? yes (?)

I need to get generated HTML. I want to handle rendering myself. Currently, I have to do ```php ob_start(); $blueScreen->render($exception); $contents = ob_get_clean(); ``` However, render method has still some...

- Lock to v4.9 otherwise it bumps automatically, finds new issues and builds start failing without any change in this lib - Fix some psalm issues - Enable `findUnusedPsalmSuppress` -...

I fancy `ArrayType::mapByCallback`. However, I miss the possibility to pas `iterable` type as haystack instead of `array`. I undestand that ARRAYtype vs ITERABLE is a bit weird, not sure how...

Hello, how can we type `scandir()` properly? Now it says it returns `array`. We can type it `list` instead.

_Contains https://github.com/cloudflare/goflow/pull/70_

I have noticed NextHop in ExtendedRouter and ExtendedGateway are two distinct values and are not always the same. This PR separates them. I have started a new section in proto...