f2e-spec
f2e-spec copied to clipboard
Alibaba Front-end Coding Guidelines and Relevant Tools
### Do you want to request a *feature* or report a *bug*? Bug ### What did you do? I tried the new 1.2.0-rc1 version and navigated around a bit. I...
If a song is incomplete (missing MP3), it should be reported as broken and not be shown in the song browser.
If while somebody is manually browsing the song database and looking for something, somebody else adds a song via the webserver, the on-screen selection changes to whatever is selected via...
### Do you want to request a *feature* or report a *bug*? Bug I've just installed a new version of debian, and installed the bare minimum dependencies using: ``` sudo...
### What is the problem? Currently the [wiki](https://github.com/performous/performous/wiki) has 47 pages. Some are in MediaWiki format others are in Markdown format. I'd love to unify this into one format so...
Are we interested in this? I have no idea how well it works if at all but Portaudio seems to support it and I think it wouldn't really require much...
clang static analyzer detects some incompatibility between cpprest (v2.10.18-1build) and libicu (v67.1), in 10 files. Example: ``` In file included from ../../../game/webserver.cc:1: In file included from ../../../game/webserver.hh:5: In file included...
When cpprest is used, these warnings are issued during a clang 11/osx compilation: /usr/local/include/pplx/pplxinterface.h:51:29: warning: 'pplx::scheduler_interface' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
I noticed this one yesterday while playing around on my webserver branch trying to fix the sorting. It occured while rapidly changing the filter string and category on the song...
As talked in discord the whole foreach loop in https://github.com/performous/performous/blob/master/game/CMakeLists.txt#L109-L115 should actually use exported targets when a dependency offers cmake support from itself. This way we don't have to rely...