David Vázquez Púa

Results 144 comments of David Vázquez Púa

It is a really great feature and would be very useful. I will implement after the improvements to the compiler.

Should the code be evaluated in a fresh Lisp environment every time? I think it would make sense. You don't want old code to affect new code, not after every...

I think real-time compilation vs `Ctrl+Enter` is an independent decision from what I suggested. Even with a button to evaluate the file it could make sense perhaps to evaluate everything...

> For me the expectation would be that these lines are also indented and every indentation after is relative to this first indentation, like in this buffer that only has...

> I'll have a look and report back. Is this something you'd like as a pull request? It'd be great yes! As long as top-level code is indented at level...

I think this makes sense for this package itself 👍 . Unlike that issue, this is not exposing functionality to arbitrary new libraries, but just extending org-mode.

Those are nice but it seems more a language on top of GraphQL. Nothing wrong with that, but maybe it should be built on top of grapqhl-mode rather than in...

I can reproduce this issue. It seems that if I comment the rule https://github.com/davazp/graphql-mode/blob/master/graphql-mode.el#L339-L340 it works (after restarting emacs). But I don't know why yet. I can't manage to debug...

I can't reproduce this issue. Could you try provide an example schema that I can check?

I also think it is `graphql--field-parameter-matcher`. It is using some movements commands to decide how to highlight commands. But of course, that assumes the syntax is right. We could need...