We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不仅如此,下面这个require在16.2上可以,但升级到18之后也会导致lua整个插件失效
package.cpath = os.getenv("HOME") .. "/Library/Rime/lua/lib/lib?.so;" .. package.cpath local timer = require("timer")
The text was updated successfully, but these errors were encountered:
干嘛关掉,用 librime 的 rime_api_console 试了下,稳定复现,不是鼠须管的问题
local function test_log(input) print('test_log') log.info('test_log') --> not work log.warning('test_log') --> work log.error('test_log') --> work for _ in input:iter() do _.comment = '*' yield(_) end end return test_log
@shewer
Sorry, something went wrong.
不仅如此,下面这个require在16.2上可以,但升级到18之后也会导致lua整个插件失效 package.cpath = os.getenv("HOME") .. "/Library/Rime/lua/lib/lib?.so;" .. package.cpath local timer = require("timer")
#313
No branches or pull requests
不仅如此,下面这个require在16.2上可以,但升级到18之后也会导致lua整个插件失效
The text was updated successfully, but these errors were encountered: