Gabriel Nützi
Gabriel Nützi
Could we add this to the library? Is a PR welcome?
https://wandbox.org/permlink/HYZ4BSj4IpBqMwIn
It accepts a `meta::list` as the first argument and a Callable as the second. The documentation is not so user-friendly at this point, yes, maybe one should document it, what...
PR #71
what does meta::take do? is it already implemented? (take the n-th element?)
_As a sidenote:_ I expect: `invoke` to turn into `double` which does not work of course. Is this correct?
It would also be very helpful, to have an more complex example where we build something like the complex composed allocator Andrei Alexandrescu showed in the video: https://youtu.be/LIb3L4vKZ7U?t=4125 I am...
Indeed zenity supports `--no-wrap` which is nice, such that the user can define how long the window is by ```shell zenity --question --text "line line line line\nlinelinelinelinelinelinesssssssssssssssssssssssssssssss\nlinelineline" --no-wrap ``` It...
I wanted to use this implementation for https://github.com/gabyx/githooks, but I need such a functionality somehow, that the size can be controlled somehow. Maybe we can simulate the width for zenity,...