René Verheij

Results 21 issues of René Verheij

Using typescript the third argument is called 'customStatic'. Which seems to indicate you can provide more statics, rather than provide a list of statics to avoid. I think the name...

changed color of console.log output strings to a lighter color because I couldn't read the previous dark blue on black. also changed the color of links to the file and...

I want to use jsonld.js in my library, but when I do so the already minified bundle increases with 97kb, which is quite a bit. I only need to parse...

I'm playing around with querying dbPedia. I'm filling in a DESCRIBE query from the [web SPARQL interface](https://dbpedia.org/sparql) and I set the format to JSON-LD (with context). [This](https://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=DESCRIBE+%3Fs+WHERE+%7B%0D%0A%3Fs+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fproduct%3E+%3Fv0.%0D%0A%3Fv0+rdfs%3Alabel+%3Fv0_label%0D%0AFILTER+%28regex%28%3Fv0_label%2C+%22solar+cell%22%2C+%22i%22%29+%26%26+lang%28%3Fv0_label%29+%3D+%27en%27%29%0D%0A%0D%0A%7D%0D%0ALIMIT+5&format=application%2Fld%2Bjson&timeout=30000&signal_void=on&signal_unconnected=on) is the resulting...

I'm trying to parse DBPedia ontology. I've downloaded their n-triples file. line 2650 looks like this ``` "The price of something, eg a journal. For \"total money earned by an...

question

In IE11 I get this error: Cannot parse given Error object ``` window.onerror = (message, file, line, column, errorObject) =>{ StackTrace.fromError(errorObject).then(callback).catch(e => console.log(e)); } ``` the error that is triggered...

affects-browser:ie
a:bug

![image](https://user-images.githubusercontent.com/341567/64143564-37742500-ce43-11e9-8529-92d7bdacec48.png)

Took me a while to realise that this does not work without also hooking up redis to your socketio setup. Will research that now if that's worth the effort, but...

Im trying to get this to work on my localhost. on node: ``` //we create a separate pub and sub so that we can specify authentication var ioPub = redis.createClient(settings.redisPort,...

When `.env-cmdrc.json` for example contains an invalid trailing comma then env-cmd gives the following error: ``` Failed to find .rc file at default paths: [./.env-cmdrc,./.env-cmdrc.js,./.env-cmdrc.json] ``` After lots of trial...