Francis

Results 6 issues of Francis

Hi @lpereira , Do you think create a "log file" functonality (release and debug) is a good idea ? to write on a file (specified in .conf) all messages of...

Hi @lpereira , I have 3 errors when I execute the testssuite. --- # Traces: ``` shell ~$ cd lwan/ ~/lwan$ git log -1 commit 171f5fe464f675bfb0924de43508dc07e3927f2c Author: Leandro Pereira Date:...

Hi everyone, Thank you for this librarie. I want to insert some DateTime in a field: ```sql CREATE TABLE IF NOT EXISTS a.test ( `key` String, `test` DateTime ) ENGINE...

need-example

jwt.cpp: In function ‘jwtcpp::JWT\* jwtcpp::parse(const string&)’: jwt.cpp:41:16: error: unused variable ‘pos’ [-Werror=unused-variable] size_t pos; ^

Hi, Firstly, thank you for your JWT implementation in C++. ``` git clone https://github.com/almet/jwtcpp cd jwtcpp ``` The rule "**install**" not exist in the Makefile. ``` make install make: ***...

Hi, This library does not work with the new version of "axum=0.7". Is it possible to update it?