B

Results 7 issues of B

Will consider adding this feature?

enhancement
good first issue

code ``` # Create a database instance, and connect to it. import asyncio import contextvars from urllib.parse import quote from databases import Database database = Database(f'mysql://root:{quote("123456")}@192.168.1.80/learn_db') async def main(): await...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` import peewee as pw # from template.txt ... @migrator.create_model class CollectDevice(pw.Model): pw = pw.DecimalField(auto_round=False,...

在idea上输入这个字会有bug?

I used fakegir and put the generated files in the virtualenv directory. I found that I couldn't jump to gi.repository during the completion and it didn't work properly. But I...

`Create PATH_TO_RIME_USER_DATA_DIR`这个PATH_TO_RIME_USER_DATA_DIR在linux是什么目录??

https://github.com/slowtec/tokio-modbus/blob/main/examples/rtu-server.rs ``` impl tokio_modbus::server::Service for Service { type Request = SlaveRequest

question
rtu