Lin Clark

Results 34 comments of Lin Clark

Heads up, this process is on the verge of changing already. This has been discussed in multiple WASI meetings, and in the issue queue with https://github.com/WebAssembly/WASI/pull/451 (which I am planning...

Totally agreed—all proposals in the Proposals list should have issues enabled. Thanks for raising that. I'll go through that list and contact the champions wherever that's not the case right...

IMHO, writing a microdata parser is way easier than trying to hack the RDFa parser to handle it.

If it's a matter of detection, couldn't you have an HTML data parser which instantiates both an RDFa and a microdata parser? Then you could run the same document through...

You might also want to look at termi's Microdata shim, which is apparently browser tested as far back as IE6. I haven't used it myself, though. https://github.com/termi/Microdata-JS Microdata parsers are...

The important thing about the schema described in that issue is that it uses RDFS, which is a W3C standard for expressing RDF schemas. This could be expressed in JSON-LD,...

Here's a gist that shows registration of a plugin for routes, https://gist.github.com/nlf/1df5eac626263ff5b037. This could be nice if we go with the progressive development approach... the learner could move their routes...

:thumbsup: It's all yours :) > On Sep 3, 2014, at 11:02 PM, Chetan [email protected] wrote: > > Hey if no one is working on it then i will send...

> I'm not sure if there are plans to support import() directly in WebAssembly, but it should be possible to accomplish something similar by having WebAssembly call into JavaScript, and...

I have almost finished a blog post that walks through a simple example. I'm new to workshopper myself, but I have started writing exercises for makemehapi, so the post should...