Rakesh Vidyadharan

Results 15 issues of Rakesh Vidyadharan

I am trying to install the project, and checked out and attempted to install the project using the following steps: ``` mkdir build && cd build cmake -DCMAKE_PREFIX_PATH=/usr/local/boost -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_STATIC_RUNTIME=ON...

Hello, I am evaluating this framework, and it looks very easy to use. One thing that will be very useful, but did not see in the docs is the ability...

Enhancement

The HTTPSendResponseCallback only supports string parameter. Would it be possible to make this a template (or similar concept) function where we have the flexibility of streaming the response (from a...

Hello, Is the project still being developed? Do not see any new posts from Lazin, so wondering if this is abandonware. Regardless of project status, hope he is well in...

This is most likely due to some issues with tags, and I am trying to find what it is that is causing Akumuli to crash. The log is not very...

I am running via the latest Docker image (akumuli:0.8.80-skylake). The following query via the Grafana plugin causes the container to crash. ``` spt_akumuli.1.sullcoizlnqg@docker-desktop | 2020-06-05 23:02:06,816 http [INFO] Cursor 140025295594008...

Hello, Compilation fails on Apple Clang as a couple of files need to include stdlib.h. Please add includes to turbob64c.c and turbob64v128.c. ``` diff --git a/turbob64c.c b/turbob64c.c index f52be2d..8598f1d 100644...

Hello, Getting the above error consistently when attempting to create a DMG using the following invocation (Sonoma 14.2.1, create-dmg installed via brew): ``` create-dmg \ --icon background.jpg 144 144 \...

What is the right way to visit template classes/structs? I am using the intrusive macros, but seem to be able to only mark 2 fields as visitable. Any more, and...

Hello, Can you do the above? Thanks Rakesh