Martini002

Results 6 issues of Martini002

It is almost impossible to scroll down the list using the scrollbar drag and drop way. Would be nice if the width of the bar could be increased. Thank you...

feature request
Priority

Would be nice if we can get the mouse right click support for this menu in each item, instead of clicking the three dots menu button Thank you ![image](https://user-images.githubusercontent.com/22435591/173605274-b48f7de3-4126-478f-9123-111d49c50259.png)

feature request

I'm trying to create a script, but would be helpful if I can check the documentation of this library, thank you

I'm trying to automate the speed glitch when driving a NRG500 If I spam the NUMPAD8 while driving then speed gets increased, can't recreate it yet with a script ```...

I would like to apply the limit to , not the root, by example: ``` @app.route('/house/', methods=['GET']) @limiter.limit("1 per minute") def index(): return f"get in!" ``` If I try to...

enhancement

### What do you want to do with Hls.js? I'm playing M3U8 urls, some are broken links and others works fine. How can I detect if the streaming is not...

Question