Osman Zakir

Results 22 comments of Osman Zakir

To add: It'd be great if, when and if this feature is added, you could also provide a layer of abstraction over OpenSSL's extension API for ALPN so those of...

So does Angular still not support ES >ES2015 at all? If not, I really it becomes possible to at least use those newer versions of JavaScript, even if native async/await...

I'm only getting this stuff in the console: ``` Uncaught Error: unexpected TEOF: EOF at ParserState.push../node_modules/expr-eval/dist/index.mjs.ParserState.parseAtom (index.mjs:1070) at ParserState.push../node_modules/expr-eval/dist/index.mjs.ParserState.parseMemberExpression (index.mjs:1299) at ParserState.push../node_modules/expr-eval/dist/index.mjs.ParserState.parseFunctionCall (index.mjs:1271) at ParserState.push../node_modules/expr-eval/dist/index.mjs.ParserState.parsePostfixExpression (index.mjs:1254) at ParserState.push../node_modules/expr-eval/dist/index.mjs.ParserState.parseExponential (index.mjs:1246) at...

@silentmatt I changed the equals click handler to this: ```js const parser = new exprEval.Parser(); const handleEqualsClick = event => { setEqualsClicked(true); const stored = `${storedValue}${currentValue}`; setStoredValue(stored); console.log(storedValue); let calculatedValue;...

I got this error: ``` Error: unexpected TEOF: EOF ``` from here (React code): ```js // calculate the result for the current // value and display it, then reset the...

I'm sad to hear about @flexferrum's passing. :( @ZaMaZan4iK Do you guys have a new repo for the project yet? Or are you continuing in this repo? I have a...

@ZaMaZaN4iK I opened an issue about my problem [here](https://github.com/jinja2cpp/Jinja2Cpp/issues/204). If possible, please look at the error messages I got and guide me in fixing my problem. Thanks.

Thanks for the reply and info. So I have to use OpenSSL for this then? Edit: Also, I'm using Windows 10, and my app itself expects command line arguments. I...