Mateusz Łoskot

Results 194 issues of Mateusz Łoskot

_(Being Exhale newbie, I'm not sure where the actual problem may be, so I initially posted this as [AttributeError: 'str' object has no attribute 'get_display_string'](https://groups.google.com/forum/#!topic/sphinx-users/1J6HkN-mChE) to sphinx-users list .)_ I'm...

## Bug Report I have a `Fixture` which returns number of experiments: ```cpp std::vector getExperimentValues() const override { // Problem space as number of points (pairs of X/Y) std::vector v;...

...requent warning/error: duplicate target of xyz. Based on patch posted to https://bbs.archlinux.org/viewtopic.php?pid=907691#p907691 This helps to avoid errors like: ``` error: 'i3-git-20120919-1-x86_64.pkg.tar.xz': duplicate target ```

- Added support for optional configuration file packer.conf where user-defined cache for packages can be defined. - Added -P option to request cache purging without any package action. - Updated...

Some PKGBUILD files call functions defined in `/usr/bin/makepkg` script, like `error` or `msg2` and they fail to install with packer. For example: ``` $ packer -S --auronly oracle-instantclient-basic :: Setting...

Apparently, packer has new maintainer and the repository has moved to new location: - Old URL : https://github.com/bruenig/packer - New URL: https://github.com/keenerd/packer That is great, but the current description of...

http://blog.thousandeyes.com/efficiency-comparison-c-json-libraries/

enhancement

[pocoproject/poco](https://github.com/pocoproject/poco) provides JSON parser, may be interesting to add to the json_benchmark and compare the results with POCO's [JSON/samples/Benchmark/src/Benchmark.cpp](https://github.com/pocoproject/poco/blob/develop/JSON/samples/Benchmark/src/Benchmark.cpp)

enhancement

http://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented

enhancement

http://uscilab.github.io/cereal/

enhancement