John Frades
John Frades
doesn't work either here. not seeing any display
Thanks for your solution man, i'm also looking for this kind of thing.
following. also need this kind of thing
I've solved it by creating this middleware ``` const looselyAuthenticatedMiddleware = (req): boolean => { const token = req.headers.authorization; if (token) { JWT.verify(token, config.secret, function(err, decode) { return true })...
any update on this? also experiencing the same error
Hi, can you show your config on how you connect MongoDB Atlas. Here's mine ``` { "mainAddress": "mongodb+srv://USERNAME:[email protected]", "verbosity": 2, "namespaces": { "proto2.users": { "excludeFields": ["password", "accountActivationToken"], "rename": "user.default" },...
And also to answer your question, i think you cannot use Elasticsearch that has 6.x.x version and above. This library only supports Elasticsearch version 5. Currently im using 5.5.3
Have you tried creating another pObj on Para2? Para 1 var pObj = docx.createListOfNumbers (); //Some code here Para 2 var pObj = docx.createListOfNumbers (); //some code here
May i know whats your Xcode version @rajivchaulagain