Alexis Hernandez

Results 105 issues of Alexis Hernandez

Right now, such notifications contain only the app name, and the text, adding the app icon is reasonable, also, other enhancements could be considered.

good first issue
hacktoberfest

`sbt test` is failing, let's fix it.

good first issue
hacktoberfest

Running tests on IntelliJ fails, let's fix them.

good first issue
hacktoberfest

The `FileOrganizerService#safeMove`/`FileOrganizerService#safeMove#organizeByDate` methods end up renaming duplicated files to `IMG.jgp_(1)` instead of `IMG_(1).jpg`.

bug
good first issue
hacktoberfest

Right now the `FileOrganizerTask#run` method is huge, and hard to maintain, let's break it in smaller pieces.

good first issue
hacktoberfest

In order to avoid #1 from occurring again, we can create some smoke tests that verify the native build. It's worth checking [this](https://github.com/note/teleport-scala) as an example on how to do...

good first issue
hacktoberfest

Right now, there is a ToDo on the [build.sbt](https://github.com/wiringbits/my-photo-timeline/blob/master/build.sbt#L48), such execution could be done automatically before the `nativeImage` command, which allows to have such file up to date.

good first issue
hacktoberfest

It would be super helpful to get an idea on which parts of the webapp need to be improved in order to make the application accessible for visually impaired people....

good first issue
help wanted
hacktoberfest

It is annoying to scroll through all the logs to find which tests have failed, we could aggregate the execution summary and set it to the workflow summary.

good first issue
help wanted