Pavel Kalugin

Results 33 comments of Pavel Kalugin

My friend told me another way of benchmarking: copy and paste this script into bash: ``` start=$(date +"%s.%N") end=$(date +"%s.%N") printf "print(($end - $start) / 100)" | python3 ``` This...

@hsanson I have the same issue of clangd not starting. The binary is in fact installed and it is on PATH. ALE is not even trying to launch clangd.

I've isolated the problem: ALE does not launch clangd if no `compile_commands.json` file is found. `touch compile_commands.json` fixes the problem, because clangd can now work even without `compile_commands.json`.

It is still an issue, I don't really care what ALE wants internally, all I know is: 1) It is possible to lauch clangd in any directory with write permissions...

Could you please tell, when approximately will it be done?

Any updates? Is there anything I can help with?

Any updates on this? I'm experiencing this issue on wayland.