wirekang
wirekang
VSCode already supported TypeScript 5.3 few months ago. Why this PR is hanging so long?
I'm quite sure that is incorrect, since there is no case to select two electives not containing art or French.
I think this issue could be closed with `hasOptionalKeyword()`.
@liwei478 You installed wrong package: install `flowchart.js` instead of `flowchart`.
@adrai Looks like you forgot that somebody added types for this awesome project(4 years ago 👍🏼). https://github.com/adrai/flowchart.js/blob/master/types/index.d.ts https://github.com/adrai/flowchart.js/pull/212
@DRYN07 I'll quit my job on early next year. The release date will be "until end of 2024".
@atlasshruggedbyaynrand Thank you very much!
@petoncle Wow, very impressed. It looks great when I saw the demo(I didn't run it yet).
No problem.
How about adding a function that ignores second argument? It's more generic, and don't have to make aliases of many functions. ```go keys := lo.Map(channels, lo.Ignore1(makeKey)) func Ignore1[T0 any, T1...