ryanrain2016
ryanrain2016
Can't use direction key to navigate to history in the aiomonitor console. It is suggested to add directional key support
I install this project with go 1.12.1 on CentOS 7. while `lgo install` , I got a error: ``` 2019/03/19 07:54:31 Install lgo to /home/jupyter/.lgopath 2019/03/19 07:54:31 Building libstd.so 2019/03/19...
下面的测试代码 ```golang func demo() { // listener, _ := net.Listen("tcp", "127.0.0.1:50001") listener, _ := kcp.Listen("127.0.0.1:50001") clientChan := make(chan net.Conn, 1) go func() { // conn, _ := net.Dial("tcp", "127.0.0.1:50001") conn,...
I want to add authentication to the gateway implemented with go-micro/api, but I don't know how to do it. Seems like the api doesn't implement something like middleware. Is there...
**Describe the bug** It seems tasks don't run in parallel **How to reproduce** Include source code: ```python import asyncio from faststream import FastStream from faststream.redis import RedisBroker from pydantic import...
taskiq_demo.py如下 ```python import asyncio from taskiq_redis import ListQueueBroker, RedisAsyncResultBackend redis_dsn = 'xxxx' broker = ListQueueBroker(redis_dsn, queue_name='taskiq:req').with_result_backend( RedisAsyncResultBackend(redis_dsn) ) @broker.task async def add_one(value: int) -> int: print(value, '#' * 20) return...
目前看到收录的python客户端,均只支持线程同步的方式,并且无类型的自动转换和校验。自荐一个python客户端项目 https://github.com/ryanrain2016/apollo_pydantic 望收录
### What happened? find to install mcp-playwright. The log here: ``` npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\ryan\AppData\Local\Programs\Microsoft VS Code\${APPDATA} npm ERR! errno -4058 npm...
有些容器需要持久化,会修改原容器的一些文件或者安装了一些软件,每次自动更新也会自动更新不太方便。希望能设置更新黑名单,某些容器不需要自动更新