GalaxySnail

Results 23 issues of GalaxySnail

Jedi doesn't support [PEP 604](https://peps.python.org/pep-0604/): ```python import jedi code = """\ from typing import Union data: Union[bytes, bytearray] data. """ script = jedi.Script(code=code) completions = script.complete(line=3, column=5) print(completions) assert completions[0].complete...

feature

如题。例如[这个视频](https://www.bilibili.com/video/av207575334): ![截图20210826164311](https://user-images.githubusercontent.com/53637421/130931996-e7535edd-7a5e-40a8-8baf-0a6376917e12.png) 我似乎没在本项目中找到关于这个 api 的记录,不知能否记录下这个 api ?

新增/Add
视频/Video

See: [1] https://docs.python.org/3/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option [2] https://peps.python.org/pep-0597/ ##### Contributor checklist - [ ] Provided the tests for the changes. - [x] Assure PR title is short, clear, and good to be included...

0.7.0 was released on 2022-1-23, not 2021-1-23.

### 环境 // Environment 操作系统 / Operating System: `Windows 10 21H2` 浏览器名称 / Browser Name: `Chromium` 浏览器版本 / Browser Version: `103.0.5060.134 (正式版本)(64 位)` ### 出现此问题的页面链接 // URL of the page...

bug

目前 kokodayoData 没有正确支持“晦明之印”地板、以及关卡中带有“晦”属性的敌人。我大概研究了一下并写了[一篇专栏](https://www.bilibili.com/read/cv9662218)。 简单地说是,大概是没有正确支持关卡信息 json 中的在 `enemyDbRefs` 中 `useDb: fasle` 的项,以及 `overwrittenData` 中的内容:(例如:[level_act16d5_02.json#L3705-L3830](https://github.com/Kengxxiao/ArknightsGameData/blob/master/zh_CN/gamedata/levels/activities/act16d5/level_act16d5_02.json#L3705-L3830)) ``` json { "enemies": [], "enemyDbRefs": [ { "useDb": true, "id": "enemy_1122_sphond", "level": 0, "overwrittenData": null },...

good first issue

MB-6 中开局的敌人是会罚站的,但网站中并没有正确显示出来。估计是关卡的配置文件哪里有改动,但我去ArknightsGameData看了一下因为不熟悉也没太看出来是怎么回事。

bug

根据[PRTS wiki](http://prts.wiki/w/RI-EX-4_%E9%A1%BE%E6%AD%A4%E5%A4%B1%E5%BD%BC#.E7.AA.81.E8.A2.AD)的数据,这一关的突袭条件是敌人法术抗性增加20,但在kokodayo.fun上的数据实际上变成了20倍(原本10法抗应变为30法抗,但显示成了200法抗)

bug

## 问题反馈 在您提交问题前, 请检查以下项目: - [x] 您在报告一个 bug 或者提交一个功能请求. 如果您需要一般性的帮助, 请直接和我们联系或者在项目首页下留言. - [x] 您的问题在与现有问题并不重复. 如果已有一个相同话题的问题, 请直接在其下留言. - [x] 如果您在报告一个 bug 请确定它可以在最新的发行版或 master 分支下重现. 同时, 请详细说明重现问题的步骤 (如果有屏幕截图的话就更好了). - [x] 您已填写了系统环境信息. ###...

## Discription ``` $ pip install rtmidi ... D:\msys2-64\mingw64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -D__WINDOWS_MM__= -DPK_WINDOWS=1 -If:\mypython\ms2mmleditor\.venv-mmlparser\include -ID:\Python38\include -ID:\Python38\include -c cpp_src\RtMidi.cpp -o build\temp.win-amd64-3.8\Release\cpp_src\rtmidi.o /EHsc gcc: error: /EHsc: No such file or...