João Amaral Craveiro
João Amaral Craveiro
Is there any known hack to get the keys to work before we get IDE v4?
I'm having this exact same problem using 2.6. Did you guys ever find out what was going on?
For me too, after removing one of the parameters from initialization command the error was gone. To reproduce this you can use this project https://github.com/joaocraveiro/versus. I've deployed it on heroku...
@marcospereira evolutions were ok and yes I do have those variables but never had the problem running locally (maybe because I don't use any variables in the command to start...
It's not necessarily useless, I'd say it's more about being premature. What about `no-premature-declarations` ? @OlivierZal what other use cases can you think of?
@silverwind that's a good point. We could distinguish between declarations that can have side-effects (like the return of a function in my initial example) and ones that cannot (like `const...