Reto Gmür

Results 39 comments of Reto Gmür

It's just thing are currently a bit confusing with the website http://createjs.org/ offering alpha2 for download alongside a changelog which goes to alpha4 and an integration guide which refers to...

Thanks @ekux44! I would be happy to see the possibility to do the json export even without the google drive integration and being able to save the file to the...

Same [result](https://dbpedia.org/sparql/?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=SELECT+%3Fseq+WHERE+%7B%0D%0A++%7B%0D%0A++++VALUES+%3Fseq+%7B5+6+7+8+9+%7D%0D%0A++%7D+UNION+%7B%0D%0A++++VALUES+%3Fseq+%7B+3+4+5+6+%7D%0D%0A++%7D%0D%0A%7D+&format=text%2Fhtml&timeout=30000&signal_void=on&signal_unconnected=on) on dbpedia

Same error with ```sparql SELECT ?zero WHERE { { BIND (0 AS ?zero) } ```

@imitko, well spotted. However, the error is the same without the extra brace: ``` Virtuoso 37000 Error SP031: SPARQL compiler: The list of return values contains '*' but the pattern...

@rubensworks, thanks. I've tried that and added polyfills, now I get this error at runtime: Uncaught TypeError: iI is undefined engine-default.js:560 index-browser.js:17

Apparently this is still a problem, any contributor willing to take this issue? https://twitter.com/BergerWthur/status/1314522636869947394?s=19

@rachyandco, of course, the scenarios you describe are possible. However, given that currently, not even an exposure that has been confirmed with a code is actually forcing people into quarantine...

Neither am I. I read https://alexandrempsantos.com/deno/creating-a-deno-plugin/, saw https://github.com/keroxp/deno_plugin_example and thought this could be the way to make oxigraph an RDF backend for deno. But it seems that the plugin system...

Same problem ``` node@734ad8ac2edb:/$ ssb-room check { message: 'no async:whoami', name: 'Error', stack: 'Error: no async:whoami\n at Object.localCall (/home/node/.npm-global/lib/node_modules/ssb-room/node_modules/muxrpc/local-api.js:29:13)\n at Object. (/home/node/.npm-global/lib/node_modules/ssb-room/node_modules/muxrpc/local-api.js:37:22)\n at Object.request (/home/node/.npm-global/lib/node_modules/ssb-room/node_modules/muxrpc/stream.js:48:17)\n at PacketStream._onrequest (/home/node/.npm-global/lib/node_modules/ssb-room/node_modules/packet-stream/index.js:161:17)\n at PacketStream.write...