Christopher Arndt

Results 235 comments of Christopher Arndt

> @SpotlightKid I just uploaded a fixed sdist to the latest tag. Thanks for the heads up. The URLs for the attached files still have `0.11.0b1` in the path, which...

Just a suggestion to make your project more accessible to people trying to find more about it. If you're not interested in this, then feel free to disregard my request.

Just a bullet list of your project's main selling points and features, which make it distinct from other similar projects, would already worth a lot.

Yes, that's what happens with the globally installed `gruvbox-common.rasi` file from the rofi distribution. But, as it is now, the gruvbox themes installed from this repo do not work at...

The first problem is also addressed in #29, but this fixes additional problems.

When I run `make test` after compilation (you can see the command used to compile [here](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=audiotk-git)), I get this output: ``` Running tests... Test project /home/chris/src/arch/aur/audiotk-git/src/audiotk/build Start 1: Adaptive 1/13...

I guess the output `-- Found PythonInterp: ` comes from line 2 in `tests/Python/CMakeLists.txt`. What are the pre-requisites that this finds my system Python installation?

Still getting only 13 tests. This is my configuration / compilation sequence (in an up-to-date git checkout): ``` mkdir build git checkout develop git pull git submodule init git submodule...