-
hello, I am building an application based on the local sharing example and whenever I run the app on my iPhone, I get a CloudSpatialException every time. it is happening during the SaveCurrentObjectAn…
-
### What version of gRPC and what language are you using?
0.3.6 / c++
### What operating system (Linux, Windows,...) and version?
Linux Rethat 7
### What runtime / compiler are you us…
-
Since conan 1.18.0 the scm attribute is broken for Git tags. Setting `revision` to a branch – eg. `master` – still works, but tags fail.
The following recipe (*excerpt*) worked up to conan 1.17.0 b…
-
Hi all
I need a release version of `resclient-cpp` included **cmake**. Is the available version stable? Do you plan to release it and when?
-
undefined reference to `RestClient::Connection::Connection(std::__cxx11::basic_string)'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/librestclient-cpp.so: undefined reference to `curl_easy_getinfo…
-
#### Description :octocat:
using the following snippet
```
# -*- mode: snippet -*-
# name: main
# key: main
# --
int main(${1:int argc, char *argv[]})
{
$0
return 0;
}
```
…
-
I'm getting Cannot open include file: 'restclient-cpp/version.h' is there a missing file? or i missed something ?
-
Hello Sir,
I am using your library in my project. I am able to use it on ubuntu. I have successfully compiled your library on redhat7. but when I am linking to my project I am getting following error…
-
how to build restclient-cpp on windows platforms ?
such as win10
-
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT
When deleting a pod using DeleteOptions, we use a DELETE http request, but require a body. This is generally a bad idea. It seems…