Martyanov Andrey
Martyanov Andrey
Cant scroll at the right part of the window (to the right of the headings) when it open at fullscreen
We currently use `` tags for collapsible content sections. ```html Cut header Content displayed when clicked. ``` I propose refactoring these to use HTML's [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) tag to enhance accessibility, usability,...
https://github.com/yandex-cloud/yfm-transform/blob/c2ff77d48bfcfccced691efe299d1782b83cd483/src/transform/plugins/notes.ts#L30
#### Description The current version of YFM allows users to add images with `alt-text` and `title` props. To enhance image context and readability, i propose utilizing the `figcaption` HTML tag...
## Problem The current YFM syntax does not support the capability to display different images based on the user's selected theme (light or dark). This proposal introduces an enhancement to...
We currently use an `` tag for representing terms in YFM. This tag primarily serves stylistic purposes and doesn't fully convey the semantic meaning or interactive capabilities of the element...
**Problem:** In the package architecture that uses gitmodules, when a new dependency is installed using --no-workspaces in a nested module (dependent repository without workspaces), the main metapackage is not updated...
**Problem:** Actions that are needed to keep the metapackage up to date must be stable and reliable as they form the backbone of multiple repositories' integration. Proper tests need to...
**Problem:** When individual packages (e.g., CLI) are updated, the metapackage repo may still have outdated links to these submodules. As a result, development from the metapackage might occur with stale...
**Problem:** Whenever you make changes to a metapackage, you need to make sure that it will still collect all nested gitmodules and assemble correctly. If changes occur within submodules, it...