Runge

Results 13 comments of Runge

I have an alternative [fork](https://github.com/RungeCC/Qv2ray/tree/v2ray5) fix this issue(and also compats to version4 api).

> `proc.start(corePath, { "version" });` will break qv2ray when in version4 case(v2ray-core will try to start a session), so i think is not a good idea to do so.

Reduced to: ```cpp2 f:() return 0 : () -> int = {} ``` Notice the following code does not trigger ICE but reports an error at first line: ```cpp2 f:()...

Consider: ``` #let vert = math.class("closing", sym.bar.v) $ "lr":& a+lr(bar.v"",size:#0%) x lr(""bar.v,size:#0%) + b\ "verb":&a + vert x vert + b \ "abs":&a + abs(x) + b $ ``` ![image](https://github.com/mitex-rs/mitex/assets/50059102/f1d0e811-939e-4f0f-8edb-9b7d8c50e0d7)...

> How about something like: > ``` > #let vert = math.class("closing", sym.bar.v) > $ z + vert x vert + y $ > ``` Why not just keep `class("opening",...

> The hard thing is something like $|a+b|$ Well, tex also does not check whether `|` is open or close here, `|` belongs to `mathord` here. However, `tex` and `typst`...

Reduced to(https://godbolt.org/z/vrrEbG9MT): ```c++ struct invoke_t { template constexpr auto operator()(F f, Ts... ts) const { return f(ts...); } } constexpr inline static invoke{}; template struct y { F f; template...

The latest version of Typst still crashes on this. Perhaps the quickest fix is 0. to replace the built-in comparison function branches with `glidesort` as well, but this only addresses...

So for example in [`try_partialord`](https://docs.rs/try-partialord/latest/try_partialord/index.html), `try_sort` could retrun `InvalidOrderError` if `partial_cmp` results a `None` value. In general, for user provided comparision, the best thing we could do is given a...

Em, notice that `place` currently (designed to be so) does not affect the parent box layout, so the `page` with `width: auto` and `margin: 0pt` with no content will have...