Alex Chi Z.

Results 309 comments of Alex Chi Z.

Shall we release SJTUBeamer to CTAN?

> > Shall we release SJTUBeamer to CTAN? > > It is possible. Great! Would you please help publish this to CTAN? For anywhere that requires email, you may use...

We could add something like `CTAN package test` in release CI later. For example, install the ctan zip package into GitHub Action and typesetting the example documents.

That's probably a bug. Count star is hard 😇

Thanks for update! Let’s close this issue for now.

I totally agree that this adds too much complexity for the parser. But meanwhile I feel without custom state and hooks, it will be hard to do some context-aware parsing....

Thanks a lot for your information! > `HOOK_INT = ?{ ... }` I personally would prefer this grammar. > The save/restore interface also imho should be improved before it's exposed...

btw, running `cargo llvm-lines --target wasm32-unknown-unknown --no-default-features --release` on request-handlers shows that: ``` Lines Copies Function name ----- ------ ------------- 150738 5925 (TOTAL) 13328 (8.8%, 8.8%) 60 (1.0%, 1.0%) combine::parser::sequence::::parse_mode_impl...

dropping graphql support results in 1/3 code size (LLVM lines): ``` Lines Copies Function name ----- ------ ------------- 52192 2336 (TOTAL) 1750 (3.4%, 3.4%) 7 (0.3%, 0.3%) alloc::raw_vec::RawVec::grow_amortized 968 (1.9%,...