Neel Basu
Neel Basu
It's a very impressive work. Specially because it can be used as a library inside a server side framework. Is there any plan to support vue single file components ?
I am trying to clear all points in the polyline ``` while(!this._route.isEmpty()){ this._route.editor.pop(); } ``` getting exception ``` TypeError: Cannot read property 'length' of undefined at e.pop (map.js:12) at a.clear...
In a complected select query, An error message like the following makes it very hard to understand which field has a wrong type. And it takes time to find out...
I was trying a vary basic operation. But got compilation errors. ``` ozo::connection_pool_config dbconfig; const auto oid_map = ozo::register_types(); ozo::connection_info conn_info("host=localhost dbname=wee user=postgres password=123456"); ozo::connection_pool pool(conn_info, dbconfig); ozo::rows_of rows; using...
Linker error when I try to link with cmrc generated library with a `SHARED` library. ``` /usr/bin/ld: thelibx-resources.a(lib.cpp.o): relocation R_X86_64_PC32 against symbol `_ZN4cmrc6detail9directoryD1Ev' can not be used when making a...
### Clear and concise description of the problem No documentation on how to setup the CI using binary packages. The docs only explain how to install it using docker. ###...
In the documentation I see only `chaiscript::fun` for adding member variables as well as member functions of a class. Is there any way to add a member variable using a...
I am trying to setup sharelatex with mongodb and redis outside the docker container (inside the host vm). Following is under mu environment section of docker-compose.yml environment: SHARELATEX_MONGO_URL: mongodb://mongo/sharelatex MONGO_HOST:...
**Describe the bug** Error ESP_ERR_ESPNOW_NO_MEM While sending too frequently. **To Reproduce** Run any of the examples `hello-c` or `hello-cxx` with `batch` increased to 50. (Change the Source and Sync mac...