Pavel Nedrigailov

Results 52 comments of Pavel Nedrigailov

There are even worse examples of the pitfall, one with typescript: ```ts const myStore = writable() const myString: string = $myStore ``` And another using jsdoc: ```js /** @type {SvelteStore}...

This looks not like a bug of ApexCharts, but like side effect of weird behavior of `Date` API in JS. As stated in the [docs](https://apexcharts.com/docs/series/), ApexCharts uses `Date.parse()` to interpret...

Thanks for the fix! The first two error messages don't appear anymore, but the last four (from $houdini/index.js) are still here. I updated the reproduction repository with the updated houdini...

Could be convenient to have at least TypeScript extension activated if the Svelte file with `script lang=ts` is open.

I'm on `@eslint/js": "^9.12.0`, just migrated to 9th version and also wanted to compare `project` vs `projectService` performance and got these results: ``` === project === pnpm exec eslint ....

I'd provide a choice: to completely hide the interactions, or to show it grayed or collapsed, so they attract less attention. I would definitely replace useless meaningless message `Unable to...

To me, it is reproducible on stable Safari, but works perfectly on Technology Preview Release 203 (Safari 18.0, WebKit 20620.1.6)

I wanted to take a look at the problem, but then I found this comment. So it seems that the problem is well-known, and have no easy-peasy solution, sadly. [addEventListener](https://github.com/ecomfe/zrender/blob/61c4c2582d02b777a89c2af2dd1ea5a41fc4c18d/src/core/event.ts#L249)...

Related: https://github.com/ecomfe/zrender/issues/238

If I run the underlying command in terminal it works just fine, this is simple ssh call. I just noticed, that no one `just` command works with my config. I'll...