Chaos Chen
Chaos Chen
Finally I fixed my bugs by `printf()` debugging. But I still confused, the `debug` flag does not take effect.
## Minimal sample code I called a function from a library written in C using cgo. This function caused the program to crash. It allocates a block of memory via...
Sorry I don't know much about open enclave or edgelessrt. I tried `ego-gdb`, but the output in this case is a bit hard to understand for me. Judging from the...
My `wilder` config is the same as [Advanced config (for Neovim only or Vim with yarp)](https://github.com/gelguy/wilder.nvim#advanced-config-for-neovim-only-or-vim-with-yarp). Not make any changes. I'm not sure if it's a conflict with other plugins.
Hi, I can reproduce it with a minimal.lua. minimal.lua ```lua vim.cmd([[set runtimepath=$VIMRUNTIME]]) vim.cmd([[set packpath=/tmp/nvim/site]]) local package_root = "/tmp/nvim/site/pack" local install_path = package_root .. "/packer/start/packer.nvim" local function load_plugins() require("packer").startup({ { "wbthomason/packer.nvim",...