Valeri Karpov

Results 75 issues of Valeri Karpov

For running with `--harmony`, `--harmony_proxies`, etc. so we can write ES6 standalone executables.

Hi, Looks like #36 introduced a bug where prototype properties that don't have a setter won't get copied, even if they are [writable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty). Example: ```javascript function X() { this.test =...

`async function()` should work, but haven't tried. `co.wrap()` definitely does not work.

Still has an issue where we can't modify `options` if user doesn't pass options, so we'll need to figure out how to fix that. Re: #79

## What does this PR do? Re: discussion from https://github.com/temporalio/temporal-pendulum/pull/18, I think it is better to guide devs to use any testing framework other than Jest by default. This PR...