Samuel Debionne
Samuel Debionne
Looking at the code and since the nodes keep a reference to the `graph`, this FR seems hardly possible.
Thanks, that's what I end up doing, like I mention in the original comment. As a side question, what is the rational of having nodes keep a reference to a...
For symmetry with the member object version, it maybe be better to have `member_ptr` returning a binded member function that would be used something like: ``` // Call john.init() hana::second(accessors[hana::size_c])(john)("Johnny",...
@ricejasonf Thanks for your feedback and for the GodBolt code, this is how I should have started this PR. > Why does it need std::bind_front? Would a lambda suffice and...
Thanks for looking into this! Right, we don't have access directly to the exception in a catch all handler, but calling `std::current_exception()` is an option: ```c++ catch (...) { std::exception_ptr...
Hi @daniele77, Thanks for the prompt answer. Indeed, this works fine with the default telnet clients but not with Putty. Not a big deal though since we have alternative.
I tested further with Putty and history and autocompletion actually works IF line editing is turned off. In `Terminal` -> `Line discipline options` set `Local line editing` to `Force off`...
I have hundreds of bands in my raster files that have all names longer than 10 chars! So, I would like very much to see this feature implemented!
Hi Daniele, could you be more specific? I have an issue with the server not 'echoing' input char on Windows and I am not sure if that is what you...
I see, thanks for clarifying. I use Putty so this is not my issue!