栗子

Results 6 issues of 栗子

像下面这两个形状之间的过渡效果很"奇怪"。这块能否优化下?我调研了下flubber似乎是专门做过优化的 ![morph_passion](https://user-images.githubusercontent.com/5766252/42926622-922594a2-8b64-11e8-940a-91914e71802c.gif)

出现这个异常,好像是patch包太小了? java.util.zip.ZipException: File too short to be a zip file: 0 10-10 02:33:38.107 4009-4009/? E/PatchManager: at java.util.zip.ZipFile.readCentralDir(ZipFile.java:376) 10-10 02:33:38.107 4009-4009/? E/PatchManager: at java.util.zip.ZipFile.(ZipFile.java:163) 10-10 02:33:38.107 4009-4009/? E/PatchManager: at java.util.jar.JarFile.(JarFile.java:199) 10-10...

websocket reports "Address already in use" when I try to recreate server I use the following code to stop server: ``` m_endpoint.stop_listening(); m_endpoint.stop(); ``` is it right?

GAPID Version: 1.6.1:338bb67b0fe291f56f31d69f11ea1a45ed7cfeb6 OS: mac os x x86_64 Please provide detailed steps that led to the error and copy-paste the stack trace. Extra details from the logs and the trace...

![image](https://user-images.githubusercontent.com/5766252/27944891-5e76fea0-631c-11e7-9c79-bb4251917413.png)

ConcurrentMutableCollection use Lock but never close() it. ``` actual class Lock actual constructor() { private val arena = Arena() private val attr = arena.alloc() private val mutex = arena.alloc() .......