Ilya Filisteev
Ilya Filisteev
` setInterval(function() { updateCodes(file_class); }, 5000);` these lines remove selection every 5 seconds from text in pre block in webkit browsers(chrome, firefox, etc..)
dracul(dark) added scheme
When selecting objects by mass selection, to be able to pass objects through a certain filter, for example, there are events on the light track that turn the light on...
if it possible, to have an option that includes to video css style "object-fit: fill;" to have a real fullscreen on non 16:9 resolutions
cause of TwigBridge require `"twig/twig": "~1.30",` is resolved by twig/twig v1.35.4 that have require-dev `"symfony/debug": "^2.7",` is can be only resolved by symfony/debug v3.4.15 that have require-dev but laravel/framework ^5.6...
```{"event":"App\\Events\\ChatMessageEvent","data":"{\"id\":\"d8d3ce21-7bf1-4d09-ac47-577264e9dc78\",\"chatroom_id\":17502579,\"content\":\"https:\\/\\/kick.com\\/pokerok_streams?clip=clip_uniqueID\",\"type\":\"message\",\"created_at\":\"2025-03-04T20:34:51+00:00\",\"sender\":{\"id\":0,\"username\":\"---\",\"slug\":\"---\",\"identity\":{\"color\":\"#BC66FF\",\"badges\":[{\"type\":\"moderator\",\"text\":\"Moderator\"}]}},\"metadata\":{\"clip\":{\"id\":\"clip_uniqueID\",\"title\":\"---",\"thumbnail_url\":\"https:\\/\\/clips.kick.com\\/clips\\/54\\/clip_uniqueID\\/thumbnail.webp\",\"duration\":50,\"creator\":{\"id\":0,\"username\":\"---\",\"slug\":\"---\",\"profile_picture\":null}}}}","channel":"chatrooms.000.v2"}``` this message is impersonaled when i called something like message.references.author.username even i check if message.references is not None: before i got a crush
Refactor message handling and add ReplyMetaData extraction - Added `reply_metadata` function to extract `ReplyMetaData` from a `Message`. - Updated type definitions in `kick/types/message.py` to ensure consistency. - Fixed import issues...
remove redundant if condition # Description if condition here is obviously redudant Fixes # (issue)