Marcelo Camargo
Marcelo Camargo
@StanleySathler ainda é possível fazer, porque a chamada retorna um `id`. Dá para criar uma opção que dá a resposta com base no `id`.
Perfeito! :heart:
28 segundos é a duração total do áudio. Isso é porque a *operadora atende e cai na caixa postal*, não por conta da TotalVoice.
### Reason I can imagine why this is happening. As long as I remember, in the [old version of the REPL in this line](https://github.com/luizperes/quack/blob/master/src/repl/QuackRepl.php#L148), the new AST was being attached...
Almost everything looks fine for me! I like @joaolucasl's idea of using `from` before `import` for the same reason. My unique change here would be use slashes `/` instead of...
I believe this fix in what is shown to the programmer, but the symbol is still bound to the scope. [Check this](https://github.com/quack/quack/issues/134#issuecomment-340720084). 😄
I think this should be covered. Currently, there is no way to change the `R`, but I'll be working this weekend on, at least, a custom option to set the...
Actually, `complement(and(false, false))` evaluates to `[undefined]`. Ideally, `complement` should receive a predicate function and in this case it is receiving a value (the result of `and(false, false)`, which `eslint-plugin-ramda` will...
@derekstavis please review it before conflicts get to large :smiling_imp:
Thank you for reporting! This is caused by an issue on Urwid (Asyncio event loop) that doesn't handle correctly the context of an exception after capturing it (and this generates...