videvian
videvian
I added a request timeout, but when it got relate-limited, it hung for a long time and ignored the timeout. This is how I added a timeout: ```typescript const scraper...
I have a similar problem. Whenever I use `Popover` that wraps a `Button`, some random styles are lost on the page. In my case, it's positioning of the icon inside...
> yeah, this problem is in css-in-js of antd. I rewrite nextjs-registry, fixed the styles problem. > […](#) > 2024年8月25日 06:51,ethos-vitalii ***@***.***> 写道: I have a similar problem. Whenever I...
Ah, yes. Indeed, it fixes the issue and I can confirm that CSS is wrong. Here's a snippet of incorrect CSS: ```css .css-var-R2cq.ant-popover { --ant-popover-title-min-width: 177px; --ant-popover-z-index-popup: 1030; --ant-popover-arrow-shadow-width: 8.970562748477143px;...
Seems related to https://github.com/NomicFoundation/hardhat/issues/5555
We see the same issue. None of the requests succeed now and fail both locally and on deployed environment for resolving profile by the user name `getProfile`. I've noticed that...
I still get `{\"errors\":[{\"message\":\"Sorry, that page does not exist\",\"code\":34}]}` with `v0.19.1` from `TwitterGuestAuth.updateGuestToken`
> Released more fixes in `v0.20.1` to use the alternate bearer token on a few endpoints. Thank you for the update! The `getProfile` still doesn't work. It's 403, and when...