Yoda Lee
Yoda Lee
I think the reason is that `ncollide_testbed2d` has been renamed to `example2d`. The website is managed by another repository [ncollide.org](https://github.com/rustsim/ncollide.org)
Can you post the complete point that crashes racer?
Here is my trace result: nameres.rs: 201, it call scopes::find_stmt_start(), which return `stmtstart` at position after `scopestart` There is a simple solution that the function will immediately return an iterator...
Is this legal to provide this here? You can get the game data from AUR package [here](https://aur.archlinux.org/packages/spacecadetpinball-git)
I just checked the assignment of `a [5]`. In V3Width.cpp function `widthCheckSized`, I can see that it access the width of nodep (aka a[5]) but the width it return is...
Yes, I think so. So do we have way do know that it is an unpacked array, and to get the dimension? I think this problem might not be in...
I tried to debug this issue with following test case: ```verilog module t_cover_width ( input [4:0] a1, input a2 [5], output logic b1, output logic b2 ); assign b1 =...
@michael-platzer Can you provide the example with localparam that can pass compilation?
This problem also occur if there is non-latin character in your snippet. Using the example above, if I define a snippet like: ``` snippet sse "" b { 'AUTHOR': '${1:Williams}',...
currently track, both the correct and wrong snippet set _vim.select at same position (snippet_manager.py:392), ntab.start and ntab.end are identical in both cases. So I think the problem may lies in...