haorendashu

Results 10 issues of haorendashu

My struct define in thrift file is: ``` c struct AB { 1: optional i16 abField; } ``` but i use the maven plugin to generate the java class and...

good first issue

移动端调用合约失败。 在手机其他浏览器唤起钱包之后,卡在这个界面。 ![image](https://user-images.githubusercontent.com/1788875/43592089-61b2f992-96a7-11e8-8716-62e4a3847210.png)

Using package ```github.com/gorilla/websocket``` to server websocket connection. When call ```upgrader.Upgrade(w, r, nil)```, it return an error: ``` 2024/04/10 21:16:42 failed to upgrade websocket: websocket: response does not implement http.Hijacker ```...

enhancement

# fix some info of nip55 to be same as other nips 1. Change some fields ```pubKey``` to ```pubkey```, just other nips does. 2. When transmitting information, other nips use...

fix download image link get empty info bug and fix image download twice bug

你好,我尝试在屏幕有一个 Dialog 显示的情况下,调用 ```BotToast.showText``` 来做一些提示。 但是结果 Text 显示在了 Dialog 下面了,有办法使 Text 显示在最高层吗?或者有其他实现的组件吗。 **Version (please complete the following information):** - BotToast Version : ^4.1.3

Add a d tag to file metadata event and it will make this event replacable. It means that the file can moving between media services. You can vist updates easy...

build within appimage it crash and i had config with the libasound.so.2 . ``` ALSA lib conf.c:4002:(snd_config_hooks_call) Cannot open shared library (null) (/usr/lib/x86_64-linux-gnu/alsa-lib/usr/lib/libasound.so.2: cannot open shared object file: No such...

if i had setup a local relay, how can i config it as a cache relay ?

question

### reverse 设置为 false 之后 滚动方向问题 你好,我尝试将 reverse 设置为 false。但是设置了之后滚动方向变成了相反了,和官方的 ListView 设置 reverse 为 false 之后的方向不一样。