Maxim Mazurok

Results 88 issues of Maxim Mazurok

As suggested in https://github.com/sindresorhus/got/issues/2051#issuecomment-1259401339 I changed my `moduleResolution` to be `node16`. And I get this error: ``` src/utils.ts:4:47 - error TS7016: Could not find a declaration file for module 'hpagent'....

## What happened Getting this: ``` Error: HttpError: Resource not accessible by integration Error: Resource not accessible by integration ``` ## What you expected to happen No error ## How...

bug

Related to https://github.com/w3c/wcag/issues/2297 The [procedure](https://www.w3.org/TR/WCAG20-TECHS/H59#H59-procedure) is to > Check that all link elements pertaining to navigation occur in the head section of the document. But I can see that we're...

Instead of using `import { SnapshotStateOptions } from "jest-snapshot/build/State";` I'm using `type SnapshotStateOptions = ConstructorParameters[1];`

### Version 29.1.2 ### Steps to reproduce 1. `git clone https://github.com/Maxim-Mazurok/jest-config-bug-repro` 1. `cd jest-config-bug-repro` 1. (optional) `nvm i` 1. `npm ci` 1. `tsc --noEmit` - works 1. `npm run test:unit`...

Needs Triage
Bug Report
Pinned

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

feat: typescript

### Environment **Vuetify Version:** 3.3.7 **Vue Version:** 3.3.2 **Browsers:** Chrome 114.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Click on combobox 2. Use arrow keys to select some option...

S: triage
S: stale

### Environment **Vuetify Version:** 3.3.7 **Vue Version:** 3.3.2 **Browsers:** Chrome 114.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Open repro ### Expected Behavior Default `$dropdown` icon is used ###...

S: triage
S: stale

### Problem to solve ![image](https://github.com/vuetifyjs/vuetify/assets/7756211/ef56e258-2e6a-4181-a22b-1b0ab19f454c) As you can see, I'm trying to use a long-hand version of v-model by manually providing value and manually updating it on changes. It should...

S: triage
S: stale

### Current Behavior Getting this sometimes: ``` > NX Running target test for 23 projects × nx run math:test > NX ENOTEMPTY: directory not empty, rmdir 'C:\Users\maxim.mazurok\transactions\node_modules\.vitest\deps' ``` ### Expected...

type: bug
scope: testing tools