Results 440 comments of Jack Works

If we say a type system has "soundness", any code that will throw in runtime will not pass the type system.

Array but fixed length.

Umm so can validator deep clone it internally? This behavior is out of expectancy On Tue, Jan 9, 2018, 22:06 James Messinger wrote: > Please see my comment on this...

You're right, there are always something community will argue about I'll wait for the isolated validator, thank you On Tue, Jan 9, 2018, 22:31 James Messinger wrote: > I agree...

nowadays, an exception in typescript is enforced to type any. this makes us can't have checked exception features. This should not happen again in the algebra effect. The function should...

I'm wondering, if we're not choosing a symbol protocol, how can membrane emulate a signal in another realm.

Workaround: Run the following code before loading `webcrypto-liner` ```ts const MaybeWorkerGlobalScope = Object.getPrototypeOf(Object.getPrototypeOf(globalThis)) const crypto = Object.getOwnPropertyDescriptor(MaybeWorkerGlobalScope, 'crypto') // The crypto is defined in [WorkerGlobalScope], let's move it to [DedicatedWorkerGlobalScope]...

Having this problem too in a react app. use `eval-cheap-source-map` solves the problem.

Maybe also wait for tc39/ecma262#2045 to merge

Hmm cause there's nothing to update with #2045... I didn't get a clue about what should I change to make it merged, or it just waiting for some editor to...