xxchan

Results 182 comments of xxchan

For those who are watching this issue, the current status is that: The implementation in #5240 basically looks good. The next step is that we need to add more tests,...

The question is already discussed: > It looks like the Style Guide actually already includes a spec for Cargo.toml, so IMO formatting Cargo.toml files accordingly is something that rustfmt should...

https://matklad.github.io/2023/04/09/can-you-trust-a-compiler-to-optimize-your-code.html :p

Yes. Just tried again (in vscode) rust-analyzer works well by default.

Same problem. Come from the forum https://forum.cursor.com/t/cannot-jump-edit-in-reference-window/5463/8 Cursor: https://github.com/getcursor/cursor/assets/37948597/4caca936-bcd6-41b2-be22-c8cec50817f9 VS Code: https://github.com/getcursor/cursor/assets/37948597/7d323d0a-b0e6-40ef-9d7e-9ba770c80d6e

What I learned is to turn recursion into repetition: ``` original grammar: A -> Aα | β the trick you use: A -> βA' A' -> (αA')? turn recursion into...

> Would it be possible to create a release with recent updates? +1. Specifically want to have #285 published, which can solve an audit alarm @janpio

Correction: won't break server, but just no response for this query. Related upstream issue: https://github.com/quickwit-oss/tantivy/issues/5