Leego

Results 32 comments of Leego

> IMO, scheduleWithFixedDelay method also create lots of Object. Hi @ni-ze, Using the `scheduleWithFixedDelay` method can reuse `Runnable` objects. So I think it's unnecessary to create `DeliverDelayedMessageTimerTask` and `HandlePutResultTask` objects...

I think it will confuse encoders if multiple `@QueryMap` annotations are allowed: ```java public interface TestFeignClient { @GetMapping("test") String test(@QueryMap A a, @QueryMap B b, @QueryMap C c); } class...

这个问题在1.2.0版本也出现了,请问会修复吗?

> 你好,非常感谢你的PR! 有一个疑问是,描述中提到的问题描述不是很清楚,所以想再确认下,是`set_foreground`会导致什么问题么? 有没有什么软件窗口可以供我们进行测试,并查看到这个问题的? @yimelia 抱歉,让您久等了 ## 运行环境 - Windows 10 - Python 3.9 - Airtest 1.2.6(最新) - 企业微信 4.0.8.6604(最新,官网下载) ## 功能描述 通过 Airtest 实现的脚本,自动点击主窗口中的 [Add Calendar] 按钮,弹出日程菜单,并点击其中一个菜单选项。 ![process](https://user-images.githubusercontent.com/21337386/179754531-ce146941-c22d-49c2-bd07-49f0d4b4fbc7.png) ##...

> 流控配置接口时的路径为: /test/java (这是正常情况下) > > 如果浏览器访问路径的格式 出现如下情况: test/java test//java //test/java //test/java//// 等等,没有按照 字符串/test/java 一致,会出现无法 流控这个接口的BUG > > 上诉问题 对接口的安全问题 较大 I am not able to reproduce it. Are you...

Hi @hjessmith, I'm sorry to bother you, could you please tell me where I can find this lovely motion (running_jump)? I didn't find it on the [CMU Graphics Motion Capture...

> how did you output the animations from Maximo as BVH files? You can try to use blender to convert FBX to BVH: --- You can also try this: https://pypi.org/project/bpy/...

> But when using Blender to convert bvh and apply it to drawing, its actions will always be disordered, such as upside down, why? Please try using bpy instead of...

No GPU required, and you have to install OSMesa (Off-screen Rendering) if it runs without GUI

> Thank you @yihleego . I mistakenly installed outside `conda`, after re-install: `$ conda activate animated_drawings` `$ conda install -c menpo osmes` It's working now. But every time I need...