Have been working hard to focus what @MaybeFinance needs to get off the ground. Narrowed it down to 4 specific roles I'm looking to hire for.
Biased, but arguably a pretty unique opportunity to build an entire company from scratch here.
https://t.co/ksTyrkliPP
@johnny_reilly If you think the commits should be higher, check your local .gitconfig. If the email in there is not associated with your GitHub account then neither will your commits (local repo clone config withstanding). The 100+ could be from merged PRs and anything done through the web UI.
@johnny_reilly@mark_heath Tasks are a promise, similar to JavaScript. They may complete on a separate thread. In .NET Core they usually do complete on a separate thread if not complete and the point of awaiting. Do you think of JS promises as a thread? If no, then think of Tasks like a JS promise.