asrar
asrar
@jfcherng Thanks for confirming, just got to know this auto conversion by php cs fixer only happens in cases where there is no assignment like this: ``` /* @var Contract...
@jfcherng Thanks, I made up an exact example to reproduce it: ```
Same issue, some times the test works, but often times it fails with this exception, note that no alert even appears when using `NO_HEADLESS` mode so I'm not sure what...
The way I personally use nix for development envs is rather basic but it may suffice for basic documentation. I only install the language binaries and tooling via nix and...
Some frameworks also have composer plugins which add their own php files. Case in point Symfony flex
It would be cool if we test this packaging solution against demo repos of popular frameworks like symfony demo: https://github.com/symfony/demo Having demo apps working out of the box would be...
It is also a good way to document how to build php apps which depend on nodejs/webpack for their front-end using dream2nix since it supports building packages for multiple ecosystems.
The current rfc i could find on this is https://github.com/graphql/graphql-spec/pull/825 which moves back to a directive approach using `oneOf` instead of a new tagged type.
I have seen some errors from asserts in development, it's usually when queries/fields/names are duplicated
Ran into this issue as well, it occurred when I turned off `enable_me` query and had a manual user account type, interestingly turning the enable_me option on fixed the error...