Pavel Kretov

Results 18 comments of Pavel Kretov

@eisaev Sorry for bothering you, but let me bump the question.

@untidy-hair Unfortunately, in the year 2018 the same behavior is observed. Were you finally able to feed the module with a chunked `multipart/form-data`? @vkholodkov Sorry for bothering you, but let...

Currently, I have worked around the issue in a dirty way, as didn't want to bother with sudo and system-wide installation at all: ``` diff --- a/cmake/build_clew.cmake +++ b/cmake/build_clew.cmake @@...

> [...] then I'll (probably) be happy to merge that :-) Okay :) BTW, how about the Lua part of the original post?

> but you want the lua bit to be a separate so, instead of monolithically statically linked as now? :-P Now, just propose to replace actual Lua source files with...

Why `std::vector` should be preffered over anything else? It may be worth to also consider adding iterator-based overload, like: ``` c++ template void getValues(OutputIterator first, size_t count); ```

@WardF What do you think about the proposal above?

@moul @QuentinPerez Let me bump the question up. I've just tried to live-convert root partition from Ext4 to Btrfs with the `pivot_root` approach (following instructions from [this great answer][1] on...