Kostya Cholak

Results 7 comments of Kostya Cholak

I've created this component in my fork https://github.com/JPro173/BOOLR/tree/add-led-array I will create pull request with other components soon. We can discuss matrix pixel design, I though of the standard design with...

So what is the problem with this solution @alvarobartt ? It works for me without any limitations from Cloudflare. Did it stop working for you after some time? Seems like...

> Oops, maybe the invalid label was confusing @KostyaCholak, I meant that it was related to something not valid e.g. the current implementation, not that your solution was not valid...

Just tried latest version and result is the same. Should I try master branch? But the urllib version works somehow.

Also tried httpx, got 403

``` headers = { 'authority': 'sbcharts.investing.com', 'accept': 'application/json, text/javascript, */*; q=0.01', 'cache-control': 'no-cache', 'origin': 'https://www.investing.com', 'pragma': 'no-cache', 'referer': 'https://www.investing.com/', 'sec-ch-ua': '"Google Chrome";v="107", "Chromium";v="107", "Not=A?Brand";v="24"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"macOS"', 'sec-fetch-dest': 'empty',...

```css @layer base { button:not([disabled]), [role="button"]:not([disabled]) { cursor: pointer; } } ``` This fix is stolen from the [original issue](https://github.com/shadcn-ui/ui/issues/6843#issuecomment-2698105214) in tailwind repo.