Maxim Mazurok

Results 88 issues of Maxim Mazurok

### 🧐 Problem Description As [mentioned here](https://github.com/vuejs/core/pull/3399#issuecomment-1096316776), I'd like to have type safety for custom directives when using Vue 3 and JSX + Typescript (TSX). ### 💻 Sample code ```tsx...

question

You can find all the details and log here: https://github.com/getsentry/sentry-javascript/issues/3712 Essentials: > It's somehow, somewhere losing `this` context along the way, and `this` is not pointing to the promise it...

This is a follow-up to https://github.com/vuejs/core/issues/5696, see it for reference What I was googling: "vue 3 define emits typescript" This is the first result: [vuejs.org/guide/typescript/composition-api.html](https://vuejs.org/guide/typescript/composition-api.html) This is second: [vuejs.org/guide/typescript/overview.html](https://vuejs.org/guide/typescript/overview.html) And...

enhancement

**Describe the bug** Link to Gripeless in the README says, that "Gripeless has been discontinued" **To Reproduce** Open README **Expected behavior** No mention of Gripeless **Screenshots** ![Screenshot](https://user-images.githubusercontent.com/7756211/96669835-c3c80b00-13a9-11eb-953d-ce9b9ebf4e59.png)

In https://github.com/istanbuljs/istanbuljs/pull/629 `branchesTrue` feature was added behind the `reportLogic` flag. Unfortunately, same as in https://github.com/istanbuljs/istanbuljs/issues/630 I get the same report with `reportLogic` falg set to true or false. The only...

feature request

On windows 11 I can't use npm with node 17.4.0 when I explicitly ask to install npm 8.3.1 (which is shipped with this node version by default): ```sh C:\Users\maxim\my-project>python -m...

In short, `npx` sets `npm_config_prefix` env var, which affects how `npm prefix` works, and because of this when we spawn `nodeenv` from scripts started with `npx`, we get the correct...

**Describe the bug** A clear and concise description of what the bug is. I'm using Vue + TSX + Vuex + Vuetify, and I've created a render helper function to...

I want to avoid compiling sass/scss styles when building vuetify app. I've tried to use solution from here: https://github.com/vuetifyjs/vuetify-loader/issues/201#issuecomment-915892697 Like so: ```js module.exports = { chainWebpack(config) { config.module .rule("bla-bla") .enforce("pre")...

enhancement

**Is your feature request related to a problem? Please describe.** When building internally hosted PWA, there's no easy way to pass validation using PageSpeed API, since PWA is hosted locally....

enhancement