Hrichik M

Results 17 comments of Hrichik M

You can self-host an email server but most of the time port 25 is blocked so it would not work. A third-party email service could do the work like SendGrid,...

you can give an option to self-host the email server if port 25 is not blocked for that you can check by sending a test mail to an address that...

Hello @kuharan, The article you sent was not verified Spynote Domain Seized was a Fake news https://twitter.com/campuscodi/status/1264921464945418240 And I installed the app from playstore, I am sure as I can...

Hmm, I suppose spynote.us is the real website of Spynote RAT

Sorry I clicked that by mistake

thanks for the quick response :)

btw, if you know about any current ESMs for mongoDB or redis can you share? or any other open source recomender engine for node js that is maintained and easy...

facing the same problem same code ``` nsfwmodel = await nsfw.load('./tensorflow_nsfw_model/') ``` causes ``` TypeError: Only absolute URLs are supported at getNodeRequestOptions (path\node_modules\node-fetch\lib\index.js:1305:9) at path\node_modules\node-fetch\lib\index.js:1410:19 at new Promise () at...

solved the problem by using this ``` nsfwmodel = await nsfw.load('file://tensorflow_nsfw_model/', { size: 224 }) ``` but now a new error occurs: ``` This error originated either by throwing inside...

Tfjs-node is too large to fit in lambda's size limit :(