Kristýna Rehovičová

Results 11 comments of Kristýna Rehovičová

Any progress on this one? Gradle 6 will not allow me to build my project now.

After `cmake ../served && make` call `sudo make install` from /served folder

@SleeplessByte I created the served, but I am not really fluent in that area. It is written in C++, I used [Pistache](http://pistache.io/) to make it. Here is a snippet of...

I mean... The weird part is that every other client I used can connect to it, except Fuel. Which to me sounds like Fuel is sending something different than all...

I am kinda in a time pressure here, so I guess I will swap from Fuel to something else. See it that will solve it. Otherwise if you have any...

I swapped to kohttp, the problem is gone. If you want to further investigate the issue with Fuel I was using version `2.2.3`and then I swapped to the latest `2.3.0`....

@matt-msi this leads to the exact same result. ``` Package sqlite3 is not available, but is referred to by another package. This may mean that the package is missing, has...

I have installed sqlite3 ``` $ sudo apt install sqlite3 Reading package lists... Done Building dependency tree Reading state information... Done sqlite3 is already the newest version (3.31.1-4ubuntu0.2). ``` But...

@takdeveloper That was actually helpful. There is only `zconf.h` and `zlib.h` in the `include/` folder. I ran the `prebuild.sh` script previously but I didnt notice this error: ``` configure: error:...

I am having the same problem and @LeeLenaleee is not a solution.