David Vázquez Púa

Results 144 comments of David Vázquez Púa

I think the error is caused by the extra quote in the file variable ```graphql # graphql-extra-headers: '(("Authorization" . "bearer MYTOKEN")) ``` Try removing the `'`.

I am jscl author. I could give it a try to run examples in it. If some fragment doesn't work it is actually a good reason to activate the development...

Another option very Forth-like would be to use `blocks`

Can we expose this under a `function-lambda-list` function (inside the `jscl` package)? I wonder also if it'd be a good idea to make this pluggable somehow. We could define a...

Just want to leave my (lack of) opinion here as well. I don't mind GPLv3 vs MIT, I agree with @nagy's argument, but I think it's unlikely to happen. And...

> I'm totally OK with the change to MIT, but I'd love to know if there was a motivating factor, and whether the developers think it will encourage their own...

Before we continue with the people missing, I think Ken Harris opposition is already quite significant, as he has contributed quite a lot and important code. https://github.com/jscl-project/jscl/commits/master?author=kengruven ``` Ken Harris...

I don't really have specific tips, other general recommendation like trying your code often to know what is most likely to have caused the issue or narrow down cases to...

I think I found the reason for the bad error message. I'll create a pull request!

@mmontone I added a detailed description of how I went to fix the issue in the PR description at #439 . It's not really any debugging tip but, hopefully it...