Ana Paula Gomes

Results 96 issues of Ana Paula Gomes

In this PR, minor improvements might help with some dependencies-related errors. * add `.gitignore` * add requirements file * add instructions to configure the repo Also, it would be nice...

After finding the top 10 methods with long parameter list smell, we should suggest which objects could be created according to the parameters who appear together. For instance: ``` Output...

hacktoberfest

To skip filenames starting with `test` or folders named with `test` prefix.

hacktoberfest

The users should be able to jump to most recent (`Ctrl+Alt+Shift+Up`) or oldest (`Ctrl+Alt+Shift+Down`) tweets in their timeline.

good first issue

To reproduce this bug you can: 1. Run Pardal using `npm start` 2. Hit: `Ctrl+Alt+S` and then `Ctrl+Alt+T` (you can use Command instead of Ctrl too) 3. Type something in...

good first issue

It can be done using [electron API](https://electronjs.org/docs/api/crash-reporter) and a third-party service like [Sentry](https://github.com/getsentry/sentry-electron).

Would be nice to have an updater system since the very first version. Alternatives: https://electronjs.org/docs/tutorial/updates https://www.electron.build/auto-update

The ideal world would allow users to press keyboards and save these keystrokes in a file. For now, we must have a file (like `shortcuts.json`) with features and actions, like...

Described [here](https://developer.twitter.com/en/docs/basics/authentication/overview/3-legged-oauth). The users must be able to authorize Pardal to read their tweets, DMs etc.