Xavier Wang

Results 21 issues of Xavier Wang

I have been use oh-my-zag before, a best feature I like is filtering history by prefix. I just need input the incomplete commands and press up arrow, and I could...

some wishes :-) I wish in these case: - if a indent has only one line, don't show the guide. e.g. | if foo then

hopes add completions for current folder's files, that makes z can be used as 'cd'.

Lua 5.3/5.4 has some differences with Lua5.2: - unsigned version of API are removed - `luaL_checkint` removed with this patch vis build succeed on Lua 5.4.1

This is a small crash case, from Qt 4.8.1 template <typename T> struct QConcatenable {}; template <typename A, typename B> class QStringBuilder { private: typedef QConcatenable<QStringBuilder<A, B> > Concatenable; typedef...

I'm on windows, and I used pre-compiled package and the dlls I compiled myself, I can make it work when I use: require 'qtcore' require 'qtgui' but if I only...

Hi Mikko :) Currently nvgText can only draw colored text, but can not draw image pattern, or gradient. So I want to propose that add support to use whole paint...

你好, 最近在学习emmy_core的源代码,看到下面的行: https://github.com/EmmyLua/EmmyLuaDebugger/blob/c37ede5580c7b5654feb735c73659ba99bf9d792/emmy_core/emmy_debugger.cpp#L729 请问为什么这里的unlock没有对应的lock?这样会出问题吗?

question

Hi, if you compile luasocket without makefile, you must define LUASOCKET_INET_PTON, so why not we make things easier? this is my patch: ``` diff --git a/src/inet.h b/src/inet.h index 1f1a96a..55cf61c 100644...