wirekang

Results 58 comments of wirekang

I agree with you. lo.Ignore is way too complicated for what it does. (Also users should specify all generic types. `lo.Map(channels, lo.Ignore1[typed.Channel, int, string](makeKey))` )

`container` should be an optional type. As far as I understand, it is written during `layout()` process, so "input" edges don't need to have `container` property.

What is the reason of the empty destructing? Type assertion?

I didn't mean to be aggressive. I'm wondering why someone/something writes those statements.

Oh I get a sense that it's a testing for the syntax itself not for specific logic/side-effect, is that correct?

Type definitions in @types/pascalcase is stale.

Use https://github.com/sindresorhus/camelcase with `{pascalCase: true}`. `camelcase` has own type definitions, and this project use `camelcase` internally, so there are no reasons to use this project.