Osman Zakir
Osman Zakir
It'd be great if this library could also support HTTP/2. If this library's still being maintained, please consider doing this. I also have another query: I have [this](https://github.com/DragonOsman/currency_converterI) web server...
I'm getting this error message: ``` Error: unexpected TEOF: EOF ▶ 15 stack frames were collapsed. handleEqualsClick E:/programming/react/javascript-calculator/src/js/components/App.js:216 213 | setEqualsClicked(true); 214 | const stored = storedValue.concat(currentValue); 215 | setStoredValue(stored);...
Hi, everyone. Is it okay to call that function without arguments if I don't have a variable to evaluate? How do I get the library to operate on the expression...
Hi, all. It's just as the title says, basically. The full error message I'm getting (in the console) is: ``` DevTools failed to load SourceMap: Could not load content for...
I'm trying to develop my project using expr-eval locally and have put it into a [GitHub repository](https://github.com/DragonOsman/javascript-calculator-project) as well. I'm getting an error saying that `exprEval` is undefined. I tried...
I got an exception about an invalid parameter to a function that considers such parameters fatal, when trying to run the app made using the source code HTTP Client Getting...
If I want to use nghttp2's C API directly (its functions for HTTP/2 support), without using it as a reverse proxy, can it be done? And is it possible to...
If I want to upgrade from HTTP/1.1 to HTTP/2, what's the best way? ALPN or Upgrade header? And also, please help me with figuring out how to use nghttp2 to...
I ran CMake on the command line with this command: ``` cmake .. -DCMAKE_INSTALL_PREFIX=../install -G "Visual Studio 16 2019" -A x64 -DCMAKE_CXX_STANDARD=17 -DJINJA2CPP_CXX_STANDARD=17 -DJINJA2CPP_DEPS_MODE=external-boost -DJINJA2CPP_MSVC_RUNTIME_TYPE=/MT -DCMAKE_CXX_FLAGS=/EHsc -DCMAKE_BUILD_TYPE=Release ``` and had...
Hi, everyone. This is related to the that other issue I opened about Nlohmann.JSON and RapidJSON. Please look into that as well. I hope a solution for that will be...