Rakchat Wongprayoon

Results 13 issues of Rakchat Wongprayoon

Here's problem I run an installation file in windows and when it comes to saying downloading things .NET throw an error below on the picture ![image](https://user-images.githubusercontent.com/59832159/114683149-fb50b800-9d39-11eb-9d8a-98fa1016b91f.png) I have no idea...

So I have some ~~really~~ good phone that was good enough to not do random frame drops and while I having debug osu!droid someday random frame drop happen in random...

is live data of match changes sended in irc or do i need to websocket or do i need to call api?

### Issue description - Expected result: Expecting to only play videos and show nothing else - Actual result: Before video starts playing there's text texture on the top left before...

bug

### Description So I tried making a function that write new records to the sqlite and when the function ran it just stuck ```py print("inserting") await self.db.execute( """ INSERT INTO...

It's really useful to do get list of users to either do the giveaways or pick a random people from people interacting with the tweet itself. It should include user's...

Here's my module reloader implemented with watchdog: ```py class FileHandler(FileSystemEventHandler): def on_modified(self, event): log.info(f"File changed: {event.src_path}") if event.src_path.endswith(".py"): log.info("Reloading...") path = event.src_path.replace("\\", "/").replace("/", ".")[:-3] try: asyncio.run(bot.reload_extension(path)) log.info(f"Reloaded {path}") except Exception...

typehinting: so when i pass `X` it wouldn't expect `X` return type so type annotation immediately fails