Zachary Whitley

Results 77 comments of Zachary Whitley

Thanks. I probably should have looked for the before creating an issue. Thanks for the great tool!

It looks like it's '-i' for invert. '-r' is reverse container sort order. Just adding that for anyone following along.

That's it. It's very hard to read the light grey text on a white background. Inverting with the '-i' helps and makes the text darker but only slightly. My only...

It brought in some dependencies on JSVar that I wouldn't have in my environment. I'll put together a PR. Thanks.

Did exactly that but still got ``` [ 27%] Building CXX object CMakeFiles/wasm.dir/src/interp/interp-wasm-c-api.cc.o /home/zcw100/git/wabt/src/interp/interp-wasm-c-api.cc:129:17: error: no viable conversion from 'wasm_valtype_t' to 'ValueType' (aka 'wabt::Type') valtype{*type} { ^~~~~ /home/zcw100/git/wabt/src/type.h:33:7: note: candidate...

Looked ok when I took a look. I'd be happy to remove it if it is indeed stale but am reluctant to do that unless it really is confirmed to...

Thanks for the feedback and I'm glad you find the list helpful. There has been so much great work on semantic web tech but it has always been scattered about....

@VladimirAlexiev had submitted a few patches to XSparql. Thanks for the link. I'll definitely check it out.

It is very interesting but from my quick scan it only does what xsparql referred to as lifting but does not do lowering. There are a few things that do...

> @zacharywhitley do you think RDF serialized as json-ld constitutes lowering? Only if you can control the shape of the result. ie. you can hand it to someone developing a...