Ginger Old

Results 152 issues of Ginger Old

![image](https://user-images.githubusercontent.com/18351761/182040890-95e6c229-5146-4c09-a5ad-c8016b8694e6.png) for js files using coc-tsserver, the list always put F(local Field) ahead of f (from TSC language server?), is there a way I sort 'f' ahead of 'F' in...

can I use this along with https://github.com/leafOfTree/vim-vue-plugin? or they conflict with each other?

I edited $HOME/.luacompleterc ``` { "luaVersion": "5.1", "packagePath": "./?.lua;/home/user/.luarocks/share/lua/5.1/?.lua" } ``` I did luarocks install --local lua-cjson I added $HOME/.luarocks into package.path and package.cpath. When I use vim I can...

bug

react is essentially replacing class with hooks, can the snippets support hooks?

so far the best socket-c-api wrapper I found for c++, hope it will have a stable release soon. Thanks!

looks like cppman is not finding some functions at cppreference

**Describe the bug you encountered:** makefile codeblock inside markdown can not be rendered with syntax highlighting ![x](https://user-images.githubusercontent.com/18351761/149671022-64a94d9f-7219-489b-8564-9d9d036df54d.png) **What did you expect to happen instead?** it should be highlighted just like...

bug
upstream-error

``` Making all in man make[1]: Entering directory '/home/xxiao/tmp/c++/libdill-2.14/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/xxiao/tmp/c++/libdill-2.14/man' make[1]: Entering directory '/home/xxiao/tmp/c++/libdill-2.14' CC libdill_la-chan.lo CC libdill_la-cr.lo CC libdill_la-handle.lo...

looking for a c coroutine lib for x86/arm/risc-v, libco and libaco are both x86 only, what about libdill? it's all in C so I guess it's arch-transparent, is this correct?

SIMD benchmark is hard to find if there is any, as each arch needs some hand crafting for the best result. can we make a highway-based SIMD benchmark that runs...