Kostis Maninakis

Results 20 comments of Kostis Maninakis

Hey (and thanks for responding so quickly!), here's a simplified way of how I'm using it in a vue component ```vue ``` and of course, following the docs, it's added...

Understood. Thanks for letting me know. I'll watch this issue in case the feature is added in the future. It's worth sharing here, that many (most?) nuxt users fetch page...

Understood. I actually had missed the part that support for `vue-legacy` isn't getting dropped, thanks for that info. Helping with a painless upgrade is still a best-prectice, IMO (that's why...

I don't know if this is related or not, but since I've found a work-around for a similar issue with `vue-slick-carousel` and `nuxt.js` v2 here's my 2 cents: The specific...

Hey, thanks for filing an issue. Could you please elaborate on what is the expected and actual behaviour? I'm having a hard time understanding what "comparing a function vs an...

Looks like a bug, possibly because in javascript ``` javascript typeof [] // 'object' ``` #justJavascriptThings :man_facepalming: I'll investigate further in the upcoming days as soon as I get the...

@Chapaev17 that's weird that you only get this with JSX, because I came to find this ticket after getting this error, even though _I'm using render functions_ a.k.a. `h()`. For...

Same for [ts-xor](https://bundlephobia.com/package/ts-xor). I've seen it working in the past but has been erroring out every time I checked recently.

The following workaround fixed it for me: ```diff name: PR linting on: pull_request: types: ['opened', 'edited', 'reopened', 'synchronize'] jobs: lint-pr-title: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Install Dependencies...