Antonio De Oliveira Junior

Results 10 issues of Antonio De Oliveira Junior

Actually, there is nothing "wrong" with your code, but it can be better. This PR is following the best practices and using another two libs to make things easier. I...

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

The Github's GraphQL API do not take long queries, so I now it's fetching just the last 10 users that you follow and if you want more data you need...

help wanted

Make it compatible with mobile

enhancement
help wanted

We need to choose wich type of events is relevant to show in Feed https://developer.github.com/v3/activity/events/types/

help wanted
question

Add support when data type is FormData closes #4

## Awesome Feed Olá, pessoal. Estou precisando de ajuda em um projeto: [https://github.com/arojunior/awesome-feed](https://github.com/arojunior/awesome-feed) ## Objetivo Depois de ouvir várias vezes de alguns amigos que não usam redes sociais a frase...

JavaScript

Hi guys, Since this project isn't maintained anymore, I've decided to make some changes and publish it as another package. I have contributed to this project in the past, I...

In [user.js](https://github.com/haskellcamargo/js-real-world-functional-programming#do-5) example: ```javascript const listUsers = () => User.find().asArray() ``` The `listUsers` method is using an external reference. Where `User` come from? Is it not a good practice to...