Nguyễn Đức Huy
Nguyễn Đức Huy
Hi. I want to create server online for my class. I have tried many online judge but I like yours. I have a question that your judge do not throw...
Here is my script ```python import asyncio from asynch import connect async def connect_database(): conn = await connect( host = "hn.cpd.com", port = 31123, database = "demo", user = "admin",...
When I create a `pydantic_core.Url` with password as empty string as follow (similar with `MultiHostUrl`): ```py uri = pydantic_core.Url.build( scheme="clickhouse", username="user", password="", host="localhost", port=8123, path="ch_db", ) print(uri.__str__()) ``` I expected...
Hi, I am creating a installer for my app, I want to custom the installation progress and I use .NET 8.0, so I found your repo and use it as...
## Description of bug / unexpected behavior I'm working with Code mobject. I was getting started with this [https://docs.manim.community/en/stable/reference/manim.mobject.text.code_mobject.Code.html#codefromstring](example) and I found this. When I add line `print("Hello World")`, it...
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...