Tapio Vierros

Results 15 comments of Tapio Vierros

I think `--inject` would be more in line with the other parameter names. Also, giving code from command line is rather awkward, so I'd suggest the parameter accepts a file...

Probably a good idea, although we already have parameters that behave differently in CLI vs API (e.g. `--mount`).

Another complication is that IIRC for speed reasons we only parse the header of certain formats, which means we don't necessarily know if the song is broken until we start...

Nice work on the list. Since we can't get rid of the whole boost, I don't consider this a very high priority. However, it could still be nice to reduce...

Nothing has yet been done to reduce dependency on Boost (it is actually being increased in `fspath` branch). `cpp11migrate` only did some general syntax clean-up.

@nieknooijens: I too get errors like that sometimes when upgrading libraries. They go away by deleting the build folder and starting from scratch.

@Tronic summarized the idea in the previous comment, but the server side is meant to be "stupid", i.e. we don't have any custom software, but instead use regular webserver (such...

Those errors don't seem to have anything to do with libtorrent-rasterbar, as they originate from asio. To me it seems you haven't added asio library to CMake so it is...

WIP @ branch [egl](https://github.com/performous/performous/tree/egl)

Current status for Raspberry Pi: - Main menu opens, there is more or less correct graphical output, including the changing background color - Audio is horribly distorted - Input does...