boolangery

Results 10 comments of boolangery

Here is my temporary solution for this bug: ```python class FixRelayNodeResolutionMixin: @classmethod def get_node(cls, info, pk): instance = super(FixRelayNodeResolutionMixin, cls).get_node( info, pk) setattr(instance, "graphql_type", cls.__name__) return instance @classmethod def is_type_of(cls,...

I noticed this issue too with facebook. This is a serious one. I can make a PR but I have no idea how to fix this in a clean way.

Hey, This project has not been tested on windows. I don't plan to do this for now.

Can you test it against master? Or give me a better code sample: `a="\u9" `does not compile on Lua 5.4

Please use last version it's already working on it

Fixed on master, will release a version soon

Another issue for @alkino !?

I don't know, It was done like this and I don't want to rewrite all :). I could do the builder.py part

Note that the precedence changed between Lua 5.2 grammar and Lua 5.4... So master will be for Lua 5.4

Thanks I'm looking how I can integrate this feature in a more generic way into the existing visitor, I'll keep you updated. But for now you can use your implem...