Claudio Ortolina
Claudio Ortolina
Looking at https://developer.spotify.com/documentation/general/design-and-branding/, it seems that there's a few things that need to be changed for Tune to be compliant with guidelines, e.g. adding relevant Spotify credits, change placement of...
The mini player can be extended to have a fullscreen mode, where its data gets displayed full-screen in a really large font, so that it can be read across the...
Provide a Dockerfile for a release build, so that one can Easily run the application on a private network.
One thing I tend to do is create playlists named after the current month and add in them things that I either want to listen to or are part of...
The default HTTPoison adapter implementation decodes and creates atom keys, which may lead to unsolvable memory leaks. I see [here](https://github.com/inaka/Dayron/blob/076cdcce96231c878f69408aaaba650919cabce0/lib/dayron/model.ex#L62-L68) that `__from_json__/2` assumes (in the default implementation) atom keys, but...
### Environment I'm running on MacOS Ventura, using a `flake.nix` file to provision the environment for the project. Here's the file, which is adapted from the `shell.nix` file provided at...
Add a basic task that copies images to the build folder, possibly doing some basic optimisation.
Testing would be easier with a Vagrant box, ideally a very lightweight linux distribution like Alpine.