Lin Clark

Results 37 issues of Lin Clark

I [mentioned this on twitter](https://twitter.com/linclark/status/851195351419817986) yesterday, and @wycats asked that I file an issue. I was attempting to step through the VM code. I was using [glimmer-api-docs](https://github.com/glimmerjs/glimmer-api-docs) as my demo...

So it seems that ARC2 throws a TON of strict errors, http://arc.semsol.org/community/irc/logs/2008/10/02

If a namespace is defined in a module, how will we avoid collision with namespaces defined by the user? For instance, if the user defines the 'media' ns as http://digitalbazaar.com/media...

The CURIE_REGEX doesn't allow for some of the characters that are allowed by the XML 1.0 Namespace specification. These include underscores, some Unicode chars, etc. See more here: http://www.w3.org/TR/xml-names11/#NT-NCName

Because its a visual paradigm that most everyone has become accustomed to, I think that we should use the rounded corners and the greyed out X that is used on...

When running `npm install`, I get: ``` npm ERR! Failed resolving git HEAD (git://github.com/hoodiehq/pocket.git) fatal: ambiguous argument 'new_plugin_architecture': unknown revision or path not in the working tree. ``` I believe...

We need to bootstrap test coverage for the WASI modules that are currently in this repo. Once the modules have been moved to their own repos, the Wasmtime team will...

There are some proposals which are currently being championed outside of this repo: -[ ] [wasi-nn](https://github.com/WebAssembly/wasi-nn) -[ ] [wasi-crypto](https://github.com/WebAssembly/wasi-crypto) -[ ] [wasi-http-proxy](https://github.com/WebAssembly/wasi-http-proxy) Once we've modularized this repo, these repos will...

In order to advance wasi-filesystem to Phase 3, we'll need to add test coverage As discussed in https://github.com/WebAssembly/WASI/issues/384, the Wasmtime team has offered to contribute tests to seed the repo...

e.g. start with bad program does things like fs.*Sync calls then provide simulated traffic and test using benchmark… hint at various performance techniques e.g. always async, in-memory caching, leveldb, horizontal...

status:requested