Krzysztof Leśniak
Krzysztof Leśniak
Created PR here https://github.com/crazi-coder/resttest3/pull/39, thanks
Function pointers behave as expected. Out of these, only the first one and the last one compiles: ```cpp std::string(*pa)(const char*) = string; std::string(*pb)(const char*) = string_literal; std::string_view(*pc)(const char*) = string;...
> How come? When I tried modifying the last test to use enumerate with custom index start I got compilation error ``` enumerate.cpp:157:29: error: no match for call to ‘(const...
I updated the code, so that it works with both function call syntax and piping syntax. I looked at existing code in `split_when.hpp`.
I'd like to ask if the existing solution is OK or should I go with eliminating the size overhead of `index_view`
ping @JohelEGP ?
I just hit the same issue when previewing a diff file. Only happens in tmux session for me. Outside tmux works fine. Tested on xfce4-terminal and lxterminal. Related fact: in...
I implemented a simple heuristic that should work for most cases. Two cases that are not supported are: - `CREATE TABLE AS` - `SELECT INTO` These cases are too complex...
IIRC I tried to kill the backend postgres process, but it was then auto restarted, but I think I used a different query. I'm not able to check it now,...
Sorry, I forgot about this. I can successfully kill the cron process, but then a new one is spawned. ``` postgres> SELECT pid as process_id, usename as database_user, application_name, backend_start...