梁海 Liang Hai

Results 27 comments of 梁海 Liang Hai

@simoncozens Seems like Monday evening is preferred by the most? If we start at 5 pm **[UTC+1—afterthought]** we get Cosimo.

> Apologies : 4pm UTC, not 5. (I blame liang but really it’s just that I’m terrible at anything administrative...) Post and invite updated. (Hahaha my bad… Somehow I entirely...

How about we make it explicit in FEA? I quite like how the result from `.asFeaAST` already tries to be explicit about script/language statements and lookup flags. Did you comment...

> The latter has even more juicy new features like structural pattern matching (Rust-like `match` expressions) https://docs.python.org/3/whatsnew/3.10.html Another advantage of 3.10 is “[Allow writing union types as `X | Y`](https://peps.python.org/pep-0604/)”....

@khaledhosny, what’s actually the currently relationship between this harfbuzz.ts and the rest of this project?

Haha alright… I see. Yeah [TypeScript](https://www.typescriptlang.org) (.ts) is JS with static type checking, usually compiled to JS for distribution. It’s difficult for me to read C++, but I’m quite comfortable...

Hi @ebraminio, @alker0, @chearon, @Jackie1210, and @tomasdev, You guys all have tried to improve the TypeScript aspect of this project: - https://github.com/harfbuzz/harfbuzzjs/commits/main/harfbuzz.ts - https://github.com/harfbuzz/harfbuzzjs/pull/54 - https://github.com/harfbuzz/harfbuzzjs/pull/90 Seems like it’ll benefit...

Yeah, I also feel community-maintained typing is usually only a solution when it’s not practical to maintain the typing in the project itself. In this case, as long as we...

Learned at the ViteConf last week that [tsdown](https://tsdown.dev) seems to be the best practice these days for packaging a TS project.