HE Shi-Jun
HE Shi-Jun
> your example uses two graphs which race each other, which seems dangerous even without using tla. Scripts of `` (without `async` attr) are ensure to executed one by one....
I guess it's commonjs/esm compat problem, try `console.log(AWS.default.config) ` ?
While I see `1_cm.plus(1_m)`, it's very natural to ask what happened about `1_cm + 2_cm`? Do we have follow-on operator overloading proposal?
> if we are overlapping in terms of the happy path (constructor does not throw) @codehag It's not only "not throw". Actually throw is common. We use throw to express...
Sorry I may misunderstand the things due to language barrier (this is a long term issue for me and all chinese delegates). > As I mentioned, for me personally the...
> * an ergonomic, intuitive way to check that an object is what it says it is (much like the goal of a brand check) > * a way to...
Personally I think they can coexist, and if we have both, I would prefer F# style pipeline which can be seen as a specialization sugar/optimization for FP party. Smart style...
Here is another alternative from TypeScript community (https://github.com/Microsoft/TypeScript/issues/6018#issuecomment-164757557) ``` js function filter Iterable::(callback: (value: T) => boolean): Iterable { ... } ``` Eliminate the type annotations and add thisArg: ```...
Even without base-36 literals, it may still have issue in `0x1cm`?
@littledan Such prohibition only solve the confusion from machine, can not solve the confusion from people. I feel it will bring more problems than it could solve. For example, people...