lyc8503

Results 18 issues of lyc8503

您好, 我自己已经适配了南大课表导入. https://github.com/lyc8503/nju2wakeup 因为只会 Java 不会 Kotlin 的缘故, 没有使用 CourseAdapter. 而且要获取的也不是一个页面, 处理相对复杂, 就自己写成 Python 了. 是否能请您在软件中加入一个跳转链接提示跳转到这个项目?

**Describe the bug** 我写了一个 wrapper 用于批量获取所有好友的空间信息. 在加上--download参数下载大量图片时, 有较小的概率发生下载卡住的情况. **To Reproduce** 正常调用 python3 exporter.py --all --download 有比较小的几率复现(是否是因为 http 请求没有设置超时时间卡住了, 有些线程一直无法完成?是否应该添加超时时间?) **Expected behavior** 调用完成后正常退出. **Screenshots** 第一次调用 2000s 后超时退出, 但第二次调用很快就完成了. ![QQ截图20200331141800](https://user-images.githubusercontent.com/36782264/77993414-af171d80-735a-11ea-8f4e-dbafdcccc18b.png) **Additional context**...

bug
enhancement
todo

### Minimal reproducible example https://snack.expo.dev/@lyc8503/curious-green-pretzel ### Summary It works well on the online snack virtual android machine. However, when I ran the Minimal reproducible example on my Android Expo, it...

Android
ImagePicker
needs review

### Problem _No response_ ### Description Hi. I've recently been trying to define my own Dashboard in Netdata, and the problem I'm having is that I can't aggregate the information...

feature request
needs triage

**Device Information (please complete the following information):** - Deployment: Docker image: tag [2.12.1-x64-linux](https://hub.docker.com/layers/simon987/sist2/2.12.1-x64-linux/images/sha256-e571a24f51c31220bac3125d7ef44f521b9af1e4bd82d426ef8e3178a4423ff7?context=explore) **Command with arguments** `docker run --rm -v /mnt/user/:/tmp/host:ro -v /mnt/user/appdata/sist2_idx/:/idx -v /mnt/user/appdata/sist2_idx/chi_sim.traineddata:/usr/share/tessdata/chi_sim.traineddata:ro simon987/sist2:2.12.1-x64-linux -t 2 --ocr-lang eng+chi_sim...

bug

Problems with compiled python can be resolved by using a release/distro with python3.10 preinstalled (e.g. Ubuntu jammy) #4 Maybe add a hint in README.

**Describe the bug** The response time for the device to get the current power usage is sometimes long and sometimes short **Version information (please complete the following information):** - OS:...

bug

Add support for the HTTP `Range` header to SimpleHTTPServer to solve #86809 * Issue: gh-86809

awaiting review

之前受到 wecomchan 项目启发, 编写了一个可以直接在本地调用的 Python 库. (就是在本地直接调用企业微信的 API) https://github.com/lyc8503/WechatPush 可以直接 `pip3 install wechat_push` 安装使用. 在某些场景下使用比部署在云函数上再去调用更加方便, 也不需要服务器. 不知道作者是否介意在 README 中添加我这个项目的链接, 让大家根据情况自行选择 :)

### Confirmation - [X] This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your...

kind/bug
needs-triage
triage/debug-log-attached