edolphin-ydf

Results 7 issues of edolphin-ydf

- [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1 implementation....

I'v made the lib [gopherlua-debugger](https://github.com/edolphin-ydf/gopherlua-debugger). But it need modify some code in gopher-lua 1. #131 this pr is needed which make gopher-lua support the hook feature. 2. some fix in...

- [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1 implementation....

想要像在微信里一样, 在微信里打开一个链接, 发送给朋友之后, 朋友收到的就是个链接类型的消息, 而不只是一个 url地址, 请问这样的需求能否实现, 如果可以的话, 该怎么做呢, thx

when using the `Text` component, if the text string is CJK, eg "你好啊", it will only show "你啊". As far as I understand, this is because CJK need two `Cell`...

Thanks for make the tool. But it doesn't support a socks5 proxy in the pac file currently. I think a socks5 is very commonly for many users, such as the...

Thanks for the execllent plugin. I use it in a multi thread environment. I'v met a crash which point to `executeNonQuery` in both `PreparedSqlLiteInsertCommand` and `SQLiteCommand`class in two different thread....