Nikita Barsukov

Results 62 issues of Nikita Barsukov

## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [X] Feature - [ ] Refactoring - [ ] Build or CI related changes...

### Description Investigate more about Chrome Android and iphone. There are examples with buttons and inline replies here, not mentioned on MDN: https://web.dev/push-notifications-display-a-notification/ More comments: * https://github.com/taiga-family/ng-web-apis/pull/123#issuecomment-1741004527

feature
state: need triage

# 🐞 Bug report ### Description Explore this issue https://github.com/Tinkoff/taiga-ui/issues/3393 are this PR https://github.com/Tinkoff/taiga-ui/pull/3395 ### Additional context - [ ] Other event modifiers can suffer the same problem (check it)

### Reproduction example https://github.com/taiga-family/maskito/pull/507 https://github.com/taiga-family/maskito/pull/518 ### Actual behavior See https://github.com/taiga-family/maskito/actions/runs/6189000924/job/16802149821?pr=507 ``` Error: node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts(1,15): error TS1005: ',' expected. Error: node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts(1,15): error TS1005: ',' expected. Error: node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts(1,15): error TS1005: ',' expected. Error:...

bug
needs assessment

### Which package(s) are relevant/related to the feature request? @maskito/react ### Description ### Problem Investigate if it is possible to add React Native support. The following code ```ts import {TextInput,...

feature
scope: react

### Which package(s) are the source of the bug? @maskito/kit ### Playground Link https://maskito.dev/kit/number/API?min=0.2&precision=2 ### Description **Case 1:** 1. Open https://maskito.dev/kit/number/API?min=5.1&precision=2 2. Enter `5.1` (min value) 3. Type `Backspace` Decimal...

bug
P1
scope: kit

### Which package(s) are relevant/related to the feature request? @maskito/kit ### Description ## Proposed solution ```ts maskitoLocaleNumber(locale: string): MaskitoOptions {} // inside maskitoLocaleNumber const thousandSeparator = new Intl.NumberFormat(locale).format(1000).match(/\D/)[0] const decimalSeparator...

feature
P3
scope: kit

https://github.com/taiga-family/maskito/pull/37#discussion_r1046613466

feature
P3
scope: kit

### Which package(s) are relevant/related to the feature request? @maskito/kit ### Description Read more https://github.com/taiga-family/taiga-ui/issues/4266

feature
P3
scope: kit

### Which package(s) are relevant/related to the feature request? Don't known / other ### Description ### TODO: create a good spec for this task **Possible solutions:** * New page `Email`...

feature
P2