Issam Maghni

Results 54 comments of Issam Maghni

I think it would be useful to use [javascript-typescript-langserver](//github.com/sourcegraph/javascript-typescript-langserver) in conjunction with [ESLint server](//github.com/microsoft/vscode-eslint/tree/master/server). See also: https://github.com/autozimu/LanguageClient-neovim/issues/391 https://github.com/sourcegraph/javascript-typescript-langserver/issues/324

I think liburing make sens for apps like QEMU or [nginx](//github.com/hakasenyang/openssl-patch/issues/21). This way, you have an abstraction layer between the app and io_uring. In our case, I think libuv should...

@joaocgreis I want to know, is liburing a reference implementation like you said or THE implementation that should be used? Is it really a reference? The answer may probably impact...

Is it possible to use fzy+ripgrep to search inside files?

One hack would be to rely on `--color=always`. ``` rg --column --no-heading --color=always --smart-case -- "" + let l:real_filename = matchstr(l:selected_filename, '\f\+\ze\e', 9) exec self.vim_command . l:real_filename ``` The issue...

I had the same issue: ``` Error (warning 70 [missing-mli]): Cannot find interface file. ``` Until this MR get merged, the fix is to not use OCaml 4.13 (aka. downgrade...

When you right click on a link, there is an annoying “Open Link in New Container Tab”, which on its own has a sub-menu with Personal, Work, Banking & Shopping....

I was building with `--disable-multiarch` while filling this issue. Note, the issue is only present in the native compiler. `gcc -print-multiarch` on the cross one returns nothing. And yes, `--disable-multiarch`...

~~Also, why have you removed `--disable-multilib` in 2954bf4 ?~~ > this is now mandatory and always passed to configure ~~Details ?~~ EDIT: (7a6ed3a) Ignore this comment.

This bug can be solved with an argument to gcc. I don’t know if the argument should be used or not automatically by litecross when making a native compiler. I...