wenJoy

Results 24 comments of wenJoy
trafficstars

As I tested, this event only trigger when use `scroll` method of `react-scroll` not the scroll of browser. If I understand wrongly, please correct me. What I want to do...

u can set password in profile at the website, and then, u can login by leetcode-cli

@chitly Thanks chitly, it's a really good issue. @manyuanrong @zhmushan It should be an escape issue. Since this lib depends on module `sql_builder`, I prefer to handle such issue in...

@magichim It's not a working code. I alos try it by uncommenting the code. SQL excution result will return in mess order.

@magichim It's 8.0.20. I'm also want to make it works on mysql 8.0, still in progress of learning on the new authentication of mysql.

@manyuanrong This issue has been stale. Post code with version `1.2.3` encountered error: ``` error: Import 'https://deno.land/[email protected]/strings/mod.ts' failed: 404 Not Found ``` And I tried to uncomment the [cachingSha2Password](https://github.com/manyuanrong/deno_mysql/blob/master/src/auth.ts#L40), and...

@manyuanrong Thanks for refs. You're right. I got the public key in unsecure context. I digged slightly deeper, but I had to stop when try to encrypt the password with...

@manyuanrong Thanks. That helps a lot. I will continue with that.

@manyuanrong Thanks. I tried with` jsencrypt`, however it cant support `oaep` padding. I have to find other ways. I do get two methods, one is bridge to rust's [`rsa`](https://github.com/RustCrypto/RSA) crate,...

@invisal switched to `god_crypto`, works well under my test. Great work! 👍