Matheus
Matheus
Sometimes I need to stop/kill some current command with `CTRL + C`. When I press the keys twice, I got an error and then powerline shows up again. Is this...
Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...
I'm using twitter-lite on a Twitter bot account through an API. It starts working nicely, but after some time, Twitter starts responding 215 error on statuses/update, and after reloading the...
Gostei muito desse bus-promise, se alguém conhecer APIs de outras cidades, coloca aí em baixo pra montar uma lista :)
Great project! Do you use Docker? I think maybe a Dockerfile with the whole setup would be awesome!
I've been trying to implement an extension like `localstored`, but with a better approach for onSet + using react-native-async-storage. On every plugin in this repo there's a declaration of `State`....
How can I change specific _mapping field type sent to ElasticSearch? I've a collection of objects with a field called `metadata`, which is populated by users, so I don't know...
Now, every command is separated by a single plain object like ``` { "action": { "command": { "description": "", "exec": "" } } } ``` We could reorganize and keep...
The resources aren't updated so often(like daily), so keeping a local cache would increase the user experience and make things cool =]
What's logged to terminal goes through `prettyjson` and `chalk`. We have `console.table` for formatting as table, also there are some cool libs out there for helping with table-like logs, this...