BirthCat
BirthCat
**Describe the bug** We can get tiny map from [here](https://maven.fabricmc.net/net/fabricmc/yarn/) Tiny Mapping Doesn't work. In dev4 latest version. **To Reproduce** Steps to reproduce the behavior: 1. Open any fabric mod(1.20.4)...
https://github.com/FabricMC/tiny-remapper/issues/9 Yarn now is using tiny v2/v1
### 问题描述 *简要描述您碰到的问题。* 普通class正常 我定义了这样一个record ```java public record Device(String username, String deviceName) { @Override public String toString() { return username + "@" + deviceName; } } ``` 使用JSON::toJSONString后返回"{}" ### 环境信息...
### Description ... ### Proposed Behaviour ... ### Extra Details _No response_
# 环境 - Ubuntu 20.04 - Python 3.10.6 - pygments 2.15.1 - 此仓库clone到了~/learn/lib/mosaic # 命令 ``` python3 ~/learn/lib/mosaic/mosaic.py hello.py | python3 ~/learn/lib/mosaic/vis/__main__.py ``` # 错误信息 ``` Traceback (most recent call...
* Exam code here ```kotlin SystemFileSystem.list(Path("./")).forEach { println(it) } ``` * Using kotlin 2.0.0 then modify `gradle.build.kts` ```kotlin js { useEsModules() nodejs {} binaries.executable() } ``` * then run `jsNodeRun`,...
https://github.com/gedoor/legado/blob/f6c025d160f22a7d52adf754e1c311f20791c30b/app/src/main/java/io/legado/app/help/TTS.kt#L82 ```kotlin var result = tts.speak("", TextToSpeech.QUEUE_FLUSH, null, null) ``` 在阅读app中使用时,都会在第一次触发NPE异常。 针对这种TTS合成请求,应该是不需要合成的, 按照要刷新队列的思路,应该直接判断为成功进行返回。
增加隐藏app的功能,防止在最近任务杀掉。