(Alex/Alexey) Aleksei (Stree’Jacque) Strizhak

Results 18 issues of (Alex/Alexey) Aleksei (Stree’Jacque) Strizhak

This reverts commit a139582cdefd27411faf721b2cc13bde1b5c20b3 due to unmaintained and deprecated repo. Source: https://github.com/buzinas/tslint-eslint-rules#deprecated Related to https://github.com/MunGell/awesome-for-beginners/issues/1069

Please complete the following checklist if your PR is adding new link to the list: - [x] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md) - [x] This PR does not introduce duplicates to...

Glimmer component required `js` file when template contains `this` reference usage. In this case, we need to create a `js` file with `empty-glimmer-component-class` and it is not an error, right?...

- Implement `Ferrum::Node#school_into_view` - Implement `Ferrum::Node#in_viewport?` - restore specs with context: `when the element is not in the viewport of parent element`

ready for review

closes #82

enhancement
ready for review

The logic `w, s = line.split(/\s+/)` compute only for 2 first matches even for cases with 3 matches https://github.com/yohasebe/lemmatizer/blob/af70f993b22c631c08d636e89082a7f6e0e80b48/lib/lemmatizer/lemmatizer.rb#L123-L129 For example: https://github.com/yohasebe/lemmatizer/blob/af70f993b22c631c08d636e89082a7f6e0e80b48/lib/dict/noun.exc#L2046 ```ruby open_file(exc) do |io| io.each_line do |line| w,...

### Describe the bug When `initiateAuth` called the `AuthenticationResult` does not contain `RefreshToken`. ```ts import { CognitoIdentityProvider } from '@aws-sdk/client-cognito-identity-provider' const client = new CognitoIdentityProvider({ region: 'eu-west-1' }) const results...

bug
needs-review
p2

**Describe the bug** The `subtract` function returns an incorrect output when the last day of month is `30`. **To Reproduce** Steps to reproduce the behavior: ```JS moment("2021-06-30").subtract(1, 'month').toString(); ``` **Expected...

The property `total_runs` allows to implement the pagination with the references for each page, includes the last page and showing number of pages. Related to https://github.com/ga4gh/workflow-execution-service-schemas/issues/159#issuecomment-1184525759