Mohsen Mirkarimi
Mohsen Mirkarimi
Touca's C++ SDK contains a lot of const& arguments where value that are passed to them are later stored in a container, and this approach picks up copy constructor instead...
Touca is providing regression testing, but as a multi-component and multi-service platform, it's not regression tested. As a contributor unfamiliar with the whole project, I suspect how my changes might...
Touca's cpp-sdk is subject to performance and layout improvements (for example as #107 suggests) and features like supporting blobs as data_point are in discussion. As performance of changes aren't measured...
To further more automate integrity checks in CI, library requires proper CI for its android platform, targeting `armeabi-v7a` and `arm64-v8a` architectures. related to: #451
In `w_openal::reset`, the underlying buffer doesn't reset, thus when `update` is called again, the previously queue'd and not played audio samples in buffer will be played before the new submitted...
After configuring the build by cmake and with `MI_USE_CXX=ON` option, it fails to build for android with ndk `25.2` (clang 14.0.6) due to a template type deduction on a function...
## Description The library already can be used vcpkg, but not conan. It should be available on conan repositories too, so conan users would be able to use this library...
## Description JSON data format is one of the most common data format used for inter-process communication, e.g. RESTful services. Parsi as a library to ease making parsers should be...
## Description Parsi as a parser combinator gives a lot of advantages, such as ease of use and no backtracking. but it's not sufficient and certainly not a replacement for...
## Description The `Stream` is only about ascii and bytes right now, and it's hard to get utf code points. For example when validating json's quoted string, we have to...