Antonio Mallia
Antonio Mallia
@ot for review
@mavam for review
The next version should have a more flexible way of hashing according to [N3980](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3980.html), which @mavam started in [topic/n3980](https://github.com/mavam/libbf/tree/topic/n3980). This issue will help us discussing about it.
It would be nice to have the possibility to set a custom template for the release, similarly to the commit message.
I had this isse with GCC 4.8 (does not happen with newer compilers). `filename` is just an `std::string` (not a reference) ``` mio::mmap_source m(filename); ``` ``` error: no matching function...
Is it possible to change the font family for the entire plot?
Hi, is it possible to to member initialization while using the "Intrusive" Syntax? Something like the following: ```cpp struct my_type { BEGIN_VISITABLES(my_type); VISITABLE(int, a, 0); VISITABLE(float, b, 0.0); VISITABLE(std::string, c);...
For some weird reason reordering by URL does not work when using https://github.com/pisa-engine/pisa/blob/master/tools/reorder_docids.cpp It does work if we use this external script instead: https://github.com/pisa-engine/pisa/blob/master/script/generate_sorted_docids_mapping.py
**Describe the bug** https://github.com/pisa-engine/pisa/blob/f8c65c16342537237ce3bc877bec3cbf6d006172/test/test_wand_data.cpp#L108 Local variable `i` shadows outer variable.
As mentioned in https://github.com/pisa-engine/pisa/pull/296