frenico
frenico
Thanks @LukasBombach for the example. I got some issues while using configurations from your repo on Next 13. For reproduction: I cloned [your repo](https://github.com/LukasBombach/nextjs-linaria) and upgraded the Next.js to version...
https://github.com/adobe/react-spectrum/pull/6368
For those who are using Nuxt, I fixed it by setting the `tsConfigPath` in components.json. Here is my new config. ``` { "$schema": "https://shadcn-vue.com/schema.json", "style": "default", "typescript": true, "tsConfigPath": ".nuxt/tsconfig.json",...
Currently we use the free version of cloudscraper which can't bypass cloudflare anti-bot protection anymore. You can try to use other sources.
> After receiving a Cease and Desist from Kakao Entertainment, we have decided to permanently shut down Reaper Scans and stop any and all distribution of unauthorized fan translations. Source:...
> That's indeed an **mad coincidence**! I noticed that "oklch()" string colors are not exactly ignored, but did not expect them to be so close to the real thing -...
> [@frenicohansen](https://github.com/frenicohansen), thank you for pointing out _zRender_ repo for color parsing. https://github.com/ecomfe/zrender/blob/aa7187279fb306e12f3984f6f7f7fd4134635aea/src/tool/color.ts#L162 I see _rgb_ and _hsl_ formats checked, but no trace of _oklch_ in the entire repo. Mystery...
For those wondering how `color: inherit` fixes this issue: According to the [ECharts documentation](https://echarts.apache.org/en/option.html#series-line.emphasis.itemStyle.color): > Since v5.2.0, it can be set to 'inherit' in the emphasis state to disable color...
> Hi @frenicohansen , thanks for your PR! I'm sorry having a bit of a tough period in a personal life, will try to review both PRs soon (hopefully over...