Jakub Duchniewicz

Results 20 comments of Jakub Duchniewicz

This is still happening with the newest source: [9cb7a364a31bdb882d873807774bdcf6fad0c9e4](https://github.com/junegunn/fzf/commit/9cb7a364a31bdb882d873807774bdcf6fad0c9e4)

Seconding that, I had to rebuild ccls from source on Arch Linux. Version 13.0.1.

Is it possible to merge this any time forthcoming?

I did not push the LTO_PLUGIN changes upstream as they are relevant only to this project - without including additional libs with the `ar` command (as is done normally) it...

I'm not sure how to do it in a future proof manner... As the versions will be changing and we have many platforms to serve. The easiest would be asking...

I opened an issue (quickly closed though lol) [in the coc repo](https://github.com/neoclide/coc.nvim/issues/2520). Basically what they miss is a coloring walkthrough, presumably too performance costly??? Honestly I think that the Magenta...

You can take a look at the issue linked above ( I think it is related though to this issue): coc.nvim utilized `Pmenu` highlight for its floating windows. One of...

What I do every time I encounter such an error: remove the offending definition. Probably this is due to bison's [parsing changes](https://stackoverflow.com/questions/23685843/problems-with-yylval-and-yylloc-after-switching-to-bison-3-0) in 3.0?

I just checked and swapping them does **not** solve the issue. Also, separating the EXPECT_DEATH is probably not possible as our object under test calls mock's functions in its constructor...

I am still trying to get the FPGA2SDRAM communication going... I will let you know once it works.