Jiahao Li

Results 18 comments of Jiahao Li

I did some digging into this today. It seems that (at least on google.com and amazon.com) what's been happening is that sVim is loaded multiple times for different iframes. sVim...

@Hultner I did PR #109 that maker sVim only blur the focus on the main iframe. Does that achieve what you have in mind? I seem to no longer get...

@ryan-summers Thanks for the information! As mentioned it was through the USB peripheral on the microcontroller directly (without using an USB-to-serial converter). Further more both `cat` and `screen` were able...

BTW are tests currently disabled? I was trying to add a regression test for this, but both`npm test` and the CIs give: ``` Finished in 0 seconds 0 tests, 0...

I agree – I don't particularly like having a separate map either. But each suggestion itself is an `ac.AnySuggestion`, and it's kind of awkward to tag along a field that...

@50Wliu Thanks, will do!

@Aerijo Do you have your changes up in Github somewhere? Would love to test your version to check if it fixes my cases.

@Aerijo Thanks! It works for my cases too. If you make a PR I can close this one in favor of that one. One minor thing: Do you need to...

@Aerijo Ah just came across a subtle issue - the original replacement prefix might not be completely before the cursor. Consider the following case: ``` #include "coro/|" ``` where we...

@Aerijo Yeah I agree - the thing I proposed would only be a workaround. The issue existed before. But for some reason it went away after my commits (I haven't...