LoranceChen

Results 8 comments of LoranceChen

code has prepared at https://github.com/LoranceChen/elixir-guide the line of `KVServer.accept` at https://github.com/LoranceChen/elixir-guide/blob/master/apps/kv_server/lib/kv_server/application.ex#L15

does anyone work or not work at this point about `jump to definition`?

Hi, some exception occurred with http://ammonite.io/#Embedding when I attempt run: ``` object TestMain { def main(args: Array[String]): Unit = { val hello = "Hello" // Break into debug REPL with...

这个项目没在维护了,leapmotion版本是两年前可能跟现在的sdk不一样。刚刚看了一下代码HandList应该是Frame类的成员: ``` Frame frame = m_LeapCtrl.Frame(); HandList hands = frame.Hands; ``` HandList和Frame都在Leap命名空间,如果你有环境可以试一下leapmotion的sdk中有没有手指类似的类,它应该属于Frame类的成员。

应该是的,我也好久没看了,你先试试,相关的代码要改的,毕竟隔了好多年。这个滤波函数喊起来很高级,感觉不是一般的计算机专业了。现在毕设都这么时髦了哈哈

Hi, great to see can solve it. Glade to take a PR if possiable and I need sometime to familiar with the repository.

Hi, @chaokunyang , do you some advice to debug the codegen init process? The generated code seems not easy to trace the logic where it is. ![image](https://github.com/apache/fury/assets/8775828/00c82564-c342-41af-ab51-00d3bd88f348) Thanks