Greg Slepak

Results 376 comments of Greg Slepak

It doesn't follow semver, there were breaking API changes, so it should be at 1.x now (after the breaking change).

Err, actually... I might be wrong: ``` Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable. ```...

Anywho, I hope that wasn't a coincidence and you guys are actually planning on following semver. A changelog would still be nice (it's time consuming to was through the commits...

Interesting, thank you, will need to find time for review. @tjfontaine @silverwind or anyone else feel free to check this out if you have the time. Looks very useful! :+1:

Update: I tried again using deno 1.32.4 to see if anything had changed regarding this, and here are the results: ``` -> % hyperfine --warmup 2 './dist/x86_64-apple-darwin/chel version' './dist/aarch64-apple-darwin/chel version'...

I tried again just now with Deno 1.39.2 and all of a sudden `hyperfine` results are looking correct: ``` hyperfine --warmup 2 './dist/x86_64-apple-darwin/chel version' './dist/aarch64-apple-darwin/chel version' Benchmark 1: ./dist/x86_64-apple-darwin/chel version...

@finga no problem, I'm glad it was helpful to a follower of the Sacred Chao.

Wonder if these updates to Deno are relevant? https://deno.com/blog/v1.35

After giving this more thought and discussing with @corrideat, we've decided that we are **not** going to move this information to the group profile because that would negatively impact our...

There is a problem with resetting everything, and that is we have to treat identity contracts differently from group contracts. It is a much bigger deal to reset an identity...