Vladimir Pouzanov

Results 131 comments of Vladimir Pouzanov

Here's a trivial example to demonstrate the issue ([codesandbox](https://codesandbox.io/s/loving-roentgen-zcwet?file=/src/App.js)): ```js import { memo, useState } from "react"; const BoringBtn = () => { const [click, setClicks] = useState(0); const act...

Any update on this?

I was just about to open the same issue. I would consider it crucial for a security library to have tagging for any releases that are published elsewhere (e.g. on...

I wonder if it's because some python typing changes – I last touched this code about 10 years ago and it seemed pretty stable. I don't have a mac at...

What's the status of this? I just realised that I can't easily dep on `"@com_google_protobuf//:empty_proto"`.

While I can agree that it could fit `net2` or similar better, I'd argue that it's widely used for dhcp servers specifically, so all of the users would end up...

I completely agree with @jbg that it is a reasonable situation to fork webpki and move forward, and later merge the changes once the owner has more time on their...

I guess what I want to hear from rustls maintainers is: are you willing to switch to a fork of webpki until the original repo catches up? Also, are you...

The relevant pemfile change: https://github.com/rustls/pemfile/pull/5