Yihang "Corvo" Liu

Results 461 comments of Yihang "Corvo" Liu

I was thinking about the former question, but yeah, thank you :)

建议Linux用户将软件打包到对应平台的包管理器上。已经禁用在默认配置下的自动更新https://github.com/Yuukiy/JavSP/commit/ad241781460d18d2354b9ca124e25efddc5bcb56

现在CI分别构建三大平台的二进制文件了,如果你还需要这个功能的话欢迎PR: 比如:https://github.com/Yuukiy/JavSP/actions/runs/11065159554

I just want mention, also, when the file name contains space, even for gx I have to have the file name selected, which is very not ergonomic.

When I want to open an HTML file with space in its name in an external browser. I have to select the whole file name and then use gx. Even...

Yes I update that comment indicating that this might be workaroundable with wrappers. Well it is related. I'm just explaining why I need this feature in case someone wonders. Absolute...

I've already explained above this has nothing to do with this feature specifically, but why I need to have relative access to webpage (which is a use case). You are...

I've actually tried the approach 1 but I'm having trouble to actually implement it because logos seems to only accept &str, and I need to hold a partially iterated lexer...

I've read a little bit of LALRPOP internals, so I understand what should be done roughly. I still have a problem. How should this interface be implemented exactly? Should I...

Okay, that helps clarifying the situation. I'm getting my hands on this, but it seems there's 3 different backend, table-driven, recursive-ascent & test-all. I wonder what's the difference between recursive-ascent...