Ilya Boyazitov

Results 6 issues of Ilya Boyazitov

### Description This option useful in case when you build subsites separately. For example, for this structure ``` . └── / ├── A/ ├── B/ └── C/ ``` each site...

documentation

A regular expression `/\w+/g` was added in PR #307, which broke the search for non-english words. I changed it to `/\p{L}+/gu` to add support for all Unicode characters and removed...

Fix some security issues caused by outdated JQuery in lightbox2 (https://github.com/lokesh/lightbox2/issues/707)

Right now, it might be difficult to find the missing image on the page if a user has forgotten to add an alt text to it: ![image](https://github.com/user-attachments/assets/f049471a-9c04-4cae-b969-5a7437425b24) I've added a...

### Checklist - [x] Я уверен, что это баг фреймворка - [x] Я искал похожие баги в issues - [x] Я установил последнюю версию (`pip3 install -U https://github.com/vkbottle/vkbottle/archive/dev.zip`) и проблема...

bug
vkbottle-types