-
Bashly: A terminal-based application for working with Bash scripts.
https://github.com/brycemcanally/bashly.git
Thanks for the library!
-
The README's example says:
```
const spotify = new SpotifyWebApi({ accessToken: '' });
```
It would be useful to know how to generate that access token.
-
If you are signing in with a platform for the first time, we should prompt you to see if you would like to change your username before setting it in stone.
I think some sort of modal could probably…
-
would it be possible to add this functionality?
-
Would love to be able to start/favorite songs :)
A simple version could be implemented using local storage? What do you think? I wouldn't mind trying to get something working.
-
It would be great if we could change the layer window width on the left side (drag and drop) to see the complete layer names when they are bigger then the width itself. Sometimes layer names are s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Pain
I love listening music from https://www.1001tracklists.com/ but from mobile it is not very handy, and als…
-
There is `gnome2` package set under desktops but we do not really have GNOME 2 desktop packaged – it just contains various outdated libraries. We should try to remove as much as we can and merge the r…
-
I built the lib and am using it as a part of my local maven repo, and when I run the code example from README an exception is raised:
```
Oct 02, 2015 11:54:11 AM jahspotify.JahSpotifyNativeLoader
W…
-
There isn't any stable YouTube Music API for freyr to be based on. The best we can do right now is to extract data off it's web client and that is subject to frequent breaking changes. (As per #3: ser…