Alexey Ismagilov

Results 7 issues of Alexey Ismagilov

### Brief outline of the bug I drew paths inside `scope` and set various line parameters as `scope` parameters, but the `double` parameter does not work. Other parameters work fine,...

### Version 3.1.9a ### Details Section 20.3 provides an example of a graph. To draw one of the lines, a color declared only in the documentation file: https://github.com/pgf-tikz/pgf/blob/21310438ae418e15ea92b2845a866554202d13d7/doc/generic/pgf/pgfmanual-en-tikz-matrices.tex#L779 ![2022-05-15_15-11-27](https://user-images.githubusercontent.com/38747776/168472115-aff0e905-3f0d-4529-9a85-ce126491b0f7.png) It...

manual

There is a typo in the documentation. The following line refers to the `g` option, which has not been declared anywhere before. https://github.com/latex3/latex3/blob/25523bf1497a3fb3f8868bb1ce8861f6b9e0fae6/l3packages/xparse/xparse.dtx#L219 The `g` option is also found here:...

xparse

The type annotation for the `solve` function declaration is incorrect. `groups: tuple[int]` means `len(groups) == 1`. Correct type annotaation is `tuple[int, ...]`.

It seems to me that the description is unnecessary =)

Some artifacts are different when created, even if they were created from the same source files. For example, just the creation timestamp may differ. It would be great if there...

Modern compilers warn that the `sprintf` function is deprecated. I have added a call to `snprintf` function. Note. Function `snprintf` appeared only in C99, so I added a check that...

1 stb_image_write
2 warning