Zhida Jiang

Results 6 issues of Zhida Jiang

Just as the title sad. When I used enkanetwork.py to get the information of 迪西雅,it catched some errors. ![image](https://github.com/mrwan200/EnkaNetwork.py/assets/105123341/34ea4be2-09c7-4d7e-b2d0-ddbfe9a19402) Was that my mistake?

## Summary Currently, users need to manually create Secret and FederatedCluster resources through YAML files to add member clusters, and this file-based approach is not very convenient. Thanks to the...

今天上午把插件安装了一下,很好用,就是有时候会社死.... 因为给bot增添了聊天学习功能,把它丢到了很多很多个群里去训练,于是就会有些hentai的群友是不是发一句“摸我”,这个时候bot就会立马摸他的头像。 能否增添一个权限list,在list里的群聊才能使用patpat。

enhancement
question

## Summary I am trying to build RustPython into `.wasm` file which can run Python program with ssl as dependency. I found that [wasm32-wasip2](https://doc.rust-lang.org/nightly/rustc/platform-support/wasm32-wasip2.html) supports std fully, which means it...

### Describe the bug I am trying to run a python application which uses module `couchdb` with the module `errno` as the dependency. When I try to run the package...

I am trying to write a python program to run wasm file with Wasmer Python SDK. Here is my source code of wasm file: ```rust use std::fs::OpenOptions; use std::io::{Write}; use...