Results 16 issues of Mackenzie Clark

__Environment__ ``` [Core] onsenui latest [Framework] angular2 7.1.0 [Framework binding] angular2-onsenui latest [Platform] Desktop - Windows 10 64-bit [Browser] Desktop - Firefox 77.0 on Windows 10 64-bit ``` __Encountered problem__...

framework: angular

This issue is related to #51, windows support. When PR #175 lands, wasmer will have experimental support for windows! This is exciting, but does not mean work is finished. Wasmer...

ℹ️ help wanted
📦 lib-emscripten
🖼️ platform-windows
priority-low

As a user of this library, I use IDE type hints that leverage the JSDoc type annotations. The `ServerEngine` constructor takes an `options` that is missing the `debug` section. This...

The current process for processing config files, managing dependencies, and re-generating the lockfile is a bit hacky and not too extensible. The current system is tied to a `package-version` key...

enhancement

It was suggested in #60 that a version management tool similar to `nvm` would be useful. Managing the versions of wapm-cli will be necessary when users upgrade to the next...

enhancement

wapm-cli incorrectly fills the ABI field when it is missing. This causes the ABI to be set to None when not explicitly set for WASI projects. To re-create issue: Create...

bug

# Problem If I run a web server with a self signed certificate, I can ignore self-signed certificate validation with `--insecure/-k` option of `curl` command e.g. `curl -k https://localhost:3031`. Surf...

When doing the pong tutorial, I used the boilerplate. Certain Game.js imports like KeyboardControls were missing on this version, and seemed to be fixed when I upgraded to 4.0.9. This...

`std::future::Future` is in Beta Rust channel and already supported on Tokio. Very soon, it will be in Stable. Should probably get ahead of this.

Now that #16 was closed, we have a new restriction on the job handlers which is that they can be safely unwound on panic and that they must be shareable...