Vsevolod Shmyrov

Results 8 issues of Vsevolod Shmyrov

Calculate top and bottom offsets from scrollElem.

... If the creation of popup was at the same tick as the closing https://github.com/bem/bem-components/blob/v6/common.blocks/popup/_autoclosable/popup_autoclosable.js#L26

It's hard to understand what happened. The error looks like "including toc errors" without any details.

good first issue

It looks weird right now:

good first issue

I have this file structure: ``` - toc.yaml - toc_test.yaml - page1.md ``` `toc.yaml`: ``` title: test items: - name: Test href: ./toc_test.yaml ``` `toc_test.yaml`: ``` items: - name: Test...

bug

[This rule](https://github.com/diplodoc-platform/transform/blob/master/src/scss/_note.scss#L39C9-L39C21) doesn't work because "p" elements always in `.yfm-note-content` block. And also I noticed that `p` elements in `.yfm-node` could be affected by the top-level `li` element.

bug
good first issue

**Describe the bug** I am trying to move the `swa deploy` command to Bazel. But I consistently get an unknown error. Everything works without Bazel. I suppose it could be...