Facundo Olano

Results 174 issues of Facundo Olano

Lost in app detail during migration to the new layout. There should be a boolean somewhere in the script tags indicating if the app is pre register. Also should be...

enhancement
good first issue

Most of the methods take an options object and then mutate by setting default values, like [here](https://github.com/facundoolano/google-play-scraper/blob/dev/lib/app.js#L16-L17). This is not a good practice, since the methods don't own those objects...

bug
good first issue

like the opposite of the set syntax: "none of the elements in the collection matches this spec"

Hi! I recently upgraded the version of dired-sidebar and I noticed it changed how the font looks, particularly it seems like it doesn't "inherit" the font I use elsewhere and...

I usually find that auto generated documentation loses information and reduces readability by displaying the functions and vars in alphabetical order rather than preserving the order in which they were...

feature

- allow to become different servers (more than once) - add another server example (e.g. factorial) - add a test - link to joe armstrong post https://joearms.github.io/published/2013-11-21-My-favorite-erlang-program.html

I have a situation where I want to extract the cookies from a response, parse them, and then use them as input to a separate response. Trying to use `hackney_cookie:parse_cookie`...

enhancement

At least those already being used in the tutorial: riak_core_ring, riak_core_apl, etc. Something similar is done in http://www.erlang-factory.com/upload/presentations/294/MasterlessDistributedComputingwithRiakCore-RKlophaus.pdf ``` - 0. Riak Core overview + -1. Consistent hashing overview +...

Explaining what the callback stands for and what does it do in this particular example. The same for other coverage fsm.

at the beginning of the tutorial. @igaray can probably provide some good examples.

help wanted