yyy33

Results 82 comments of yyy33

# > @Conni2461 any thoughts why `vim.g.` is nill. i think this is the reson, `:help lua-loop-threading` ``` Multithreading *lua-loop-threading* Plugins can perform work in separate (os-level) threads using the...

> @Conni2461 any thoughts why `vim.g.` is nill. > > The loop or previous error loading might be because of require_on_index hack? Can you use vim.loop.new_work in sqlite.lua to implement...

> This might be difficult to implement, and I don't know if it is possible, but I will do my best. Thanks for the feature request. Yes, I think it...

> Hey! Thanks for your interest in ptrhash :) > > I'm not currently planning to support this, but if you have I compelling usecase you may be able to...

> 试试这个,这个解决方案对我来说似乎在全球范围内都有效,但我不确定这是否是最好的方法。 > > ``` > pkg install -y aapt2 > echo "android.aapt2FromMavenOverride=$PREFIX/bin/aapt2" >> ~/.gradle/gradle.properties > ``` > > 此版本的 `aapt2` 在某些项目中可能会出错。如果仍然有错误,请尝试此处发布存档中的版本 https://github.com/lzhiyong/termux-ndk/releases/download/android-sdk/android-sdk-aarch64.zip ,而不是 `pkg install aapt2` 中的版本。 有效果,多谢了。建议你可以为你这个方法提个pr修改下教程文档,你这个方法可以永久解决,目前的替换缓存的方法在清楚缓冲后会失效

> Are you on Windows? What Neovim version are you using? Did you add this [`config.toml`](https://github.com/noib3/nvim-oxi/blob/main/.cargo/config.toml) file to your crate? I'm not using windows, I'm compiling it on android termux,...

> I'm not familiar with compiling cdylibs for Android, but you probably need to create a `config.toml` containing some linker flags. I'm not sure what those are on that platform,...

> Let me know if you'd like me to report the missing `colorMode` getter instead. Please help me to report this, I don't speak English very well and I'm not...

> Good point, I didn't initially understand your request to use an `enum` here since that won't be changing/solving anything, but instead you need `MotionEvent::from_java()` and `KeyEvent::from_java()` to return **two...