ReinforceZwei

Results 7 issues of ReinforceZwei

I am using Windows 7 and Python3.7.2 to run my code. Here is a simple test code: ``` def on_scroll(x, y, dx, dy): print(dx,dy) with mouse.Listener(on_scroll=on_scroll) as listener: listener.join() ```...

![image](https://user-images.githubusercontent.com/39955851/102692927-c8962780-4251-11eb-9c49-8cf6bc8729bc.png) I am trying to join a server running 1.16.4 Paper. That server uses SRV DNS record on their domain name. The client is not able to connect and crashes...

bug

Message relaying ChatBot for Discord. **(NOT Webhook)** Able to issue MCC command from Discord. ![image](https://user-images.githubusercontent.com/39955851/119810610-c5961600-bf18-11eb-951c-dd14bce048f1.png) ![image](https://user-images.githubusercontent.com/39955851/119810715-dd6d9a00-bf18-11eb-9594-f6101c487a1b.png) Require user to download two DLL libraries from https://github.com/ReinforceZwei/Minecraft-Console-Client/releases/tag/v0.0.1-beta before using this bot. The...

### Discussed in https://github.com/MCCTeam/Minecraft-Console-Client/discussions/1889 Originally posted by **Daenges** January 2, 2022 I had an idea to use Linq to improve the FindBlock() function in `world.cs`: ``` public List FindBlock(Location from,...

a:enhancement
waiting-for:contributor
in:terrain-handling

Example html code to reproduce the problem: ```html ``` ![img-hovering](https://user-images.githubusercontent.com/39955851/225007031-a6d28b7a-3561-4f4e-92bd-d1d839d9fa29.gif) I think the problem is `margin-bottom`. ![image](https://user-images.githubusercontent.com/39955851/225007431-ab125525-80a6-4019-9230-497e97a8e656.png) The problem could be resolved by removing the `margin-bottom` style, or reset the...

discussion

有多个帐号的时候会只会显示其中一个号。把存放最后请求的JSON档案(`last-response.json`)名字加入帐号UID将不同帐号区分开就可以正常显示全部帐号。 另外Scriptable可以import其他脚本,想问能否为现在的脚本加入module.exports,方便在其他脚本以参数方式把不同cookie传进去来达到支援多帐号。目前的话每个帐号都要複製一次整个脚本,未来要更新也不方便。