Krzysztof Trzos (Jazi)

Results 7 issues of Krzysztof Trzos (Jazi)

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...

Hi. After upgrading dependency to 0.14, I'm getting this error: > Cannot use object of type Closure as array After analyzing the issue, I found one problem. I have this...

Hi. I've got this simple type configuration: ```yml User: type: object config: fields: username: type: "String!" public: "@=service('security.authorization_checker').isGranted('ROLE_ADMIN')" ``` When trying to generate schema ``` bin/console graphql:dump-schema --format=graphql --file=./config/graphql/schema.graphql ```...

Hello. I would like to refer to the issue created in here: https://github.com/vimeo/psalm/issues/3038 I wanted to add Psalm support in my PHP project, but error occurs: ``` java.lang.NullPointerException at com.github.gtache.lsp.utils.FileUtils$.pathToUri(FileUtils.scala:186)...

The "XML mappings" from the [documentation](https://github.com/dustin10/VichUploaderBundle/blob/master/docs/mapping/xml.md) is missing valid XML schema. Currently it is: ``` xmlns="https://vich-uploader-bundle/schema/" ``` Is there any valid URL for the XML mappings schema?

Enhancement
Awaiting PR

## 📖 Documentation ```ts import { Field } from 'formik'; interface Props { name: string; } const MyComponent: React.FC = (props: Props) => { return ( {({ field, form })...

Type: Bug

Online examples not working as those have no styles and are looking very bad. (https://tabs.react-component.now.sh)