Results 359 comments of Jack Works

Deno is based on V8 maybe we can just list the engine 🤔

Error cause is a new JavaScript proposal to bring another Error in the current Error object. ![image](https://user-images.githubusercontent.com/5390719/160593525-a7b52ee7-1e28-4170-8470-d2f6dd3e765b.png)

@jstasiak sorry but your version is still broken. change package.json is not enough, you need also to add all file extensions.

It's better named as `Err.of`

hello! thanks for your interest in using this library. I have to say I didn't document this library well, I'm sorry for that. I want to point out that: 1....

I have communicated with rbuckton. I'll revisit the materials see if I can cover the support of shared structs (which rbuckton's version intended to support). After revisiting the materials I'll...

I have updated the README to include the motivation and current status.

About the motivation: I can't express my thoughts accurately, but I feel we're missing this feature for a long time. Many languages have them and they're useful. I think the...

hope I answered those questions well https://github.com/Jack-Works/proposal-enum/pull/30

Oh, I didn't express that well in the readme. Normal enum is a frozen, non-extensible normal object, and ADT enum will try to integrate with structs and Record/Tuples. The details...