Results 132 issues of Oleg Klimenko

https://github.com/VKCOM/noverify

enhancement
good first issue
help wanted

Добавить в таски, настроить gh actions

enhancement
good first issue
help wanted

Некоторые имена атрибутов в react отличаются от html-представления. Сейчас мы поддерживаем только перевод className в class, но это не единственный такой атрибут (есть еще htmlFor, например). Нужно найти список таких...

enhancement
good first issue
help wanted

- Происследовать ограничения - Подготовить прототип - Согласовать с командой VKUI

enhancement

Дано: ``` export const IconLeft = ({ ref }: Props) => { const onClick = () => { ref?.current?.scroll({ left: ref.current.scrollLeft - 50, behavior: 'smooth' }); }; return ( );...

bug

- Add a job queue item and cron job for this - Add job to queue if ruleset was changed - Show warning when settings are changed and there are...

Steps to reproduce: - Exclude a table from seating on players manage page - Make a seating on games manage page - Return back to players management and add the...

Example: https://github.com/MahjongPantheon/pantheon/issues/609#issuecomment-2015854090

To update timer, page reload is required. Update button in bottom does not work the way intended.

bug
good first issue