Andrej Radović

Results 12 issues of Andrej Radović

Since you're already getting the artist info and similar artists from last.fm, would it be possible to also get the artist image? Another provider would also be fine. In Sublime...

enhancement

It'd be convenient if we could ignore any number of these submodules. A simple `ignore_modules` file would suffice, one ignored submodule name per newline. This way I could ignore some...

I've written a tool that helps you get lint information from `gcc`, but with regards to the `compile_commands.json`. It's better than just calling `gcc -o /dev/null` because it gets the...

I've written a tool that helps you get lint information from `gcc`, but with regards to the `compile_commands.json`. It's better than just calling `gcc -o /dev/null` because it gets the...

`subprocess.check_output()` returns `bytes`. The result of the call on line 103 (bytes) is then used to form the command passed to another call of `subprocess.check_output()` on the following line. This...

bug

Currently, the app doesn't connect to my local instance because it has a self-signed cert, even though I've imported the CA in Android. Can you add an option to allow...

good first issue

When running this tool and SoulseekQt from the same computer, with the same account and the same shared files, you get fewer search results. This is especially true for searches...

I want to contribute a localization for the Serbian language, but first I need to ask about some things. Serbian language uses (equally) both Latin and Cyrillic scripts. This is...

enhancement
localisation

You might want to note somewhere in the readme that the library is packaged for Arch Linux in the [AUR](https://aur.archlinux.org/packages/namedtype-git) (by me). Another thing: I've packaged the git version (master),...

Since this package completely relies on `memoir`, it would make sense to turn it into a class (which extends `memoir`). I also thought about adding a `kvoptions`- based option system,...