Samar Dhwoj Acharya

Results 61 comments of Samar Dhwoj Acharya

Sounds like that check was added for sending password change e-mail. So looks like we do need it. I however wanted to support both versions of `content-type`. I did a...

closing this in favor of what was merged previously

thanks @binodgolay for reporting. I no longer have enough time to spend and maintain this repo. I would however like to figure out some time in next month or so...

@axelson ya like https://github.com/techgaun/zxcvbn-elixir/blob/master/lib/zxcvbn/matching.ex#L358-L494 https://github.com/techgaun/zxcvbn-elixir/blob/master/lib/zxcvbn/scoring.ex#L142-L169 There're few places where I got anonymous functions within function body. I would prefer to extract them out to their own functions. Also, this one:...

@axelson yep that's a known issue and is happening because it handles ASCII only at this time. I am working on getting support for this. I believe non-ASII passwords are...

@axelson I've added some support for this on master branch but need some time to do testing. Feel free to give master branch a try and see if that works...

ahha I had this in my mind before I slept yesterday but didn't have time to. I will do this for sure. thanks for the helpful links.

I've not looked at this a ton recently but I did when we started leveraging deepgram. I've a fork at https://github.com/techgaun/deepgram-js-sdk/tree/react-native-build (which does branch off older version) but that does...

@VaishnavGarodia what version of react-native are you using? Are you using expo? Also, what's the nodejs version you have? I am surprised coz I'm looking at node doc for [process.versions.node](https://nodejs.org/api/process.html#processversions)...

@VaishnavGarodia well that should not be it but anyway I made some changes and have new commit hash. ``` "@deepgram/sdk": "git+https://github.com/techgaun/deepgram-js-sdk.git#0f99094 ``` try the above and see if that works....