William Van Woensel
William Van Woensel
I need to set a fixed width for the slide show, which also means `max-width` and `max-height` for the images. This means that some images will be less high than...
The font size for the class/property hierarchy is too small to read on new Windows laptops (resolution 3840x2160) . Note that the rest of the font sizes look fine. Related...
I wrote the following simple code snippet. I'm using `Node` version 8.11.4 and `node-webrtc` version 0.4.6 (Windows 10). ``` const express = require('express'); const http = require('http'); // crashes the...
I just tried running the tests using `sudo python setup.py test` and got the following error, which is seems related to the fact that the `shard_to_cpu` parameter was [removed a...
Related to [this issue](https://github.com/cmusphinx/g2p-seq2seq/issues/168)
Hello Michael, Thanks for your efforts in creating this app. I was wondering if you have encountered the same issue as I have: when trying to display a user's dashboard...
The following should work, I think: ``` PREFIX tr: PREFIX : SELECT ?t WHERE { [ tr:from :a1 ; tr:to :a2 ] tr:in ?t . } ``` But it gives...
We're having some performance issues with using rdflib.compare. While the test files contains a lot of blank nodes, they are relatively small (50, 75, 100 lines); even then one can...
I'm having some issues with `jsonld.normalize`. It works really well but it currently hangs at a seemingly arbitrary point. Feel free to checkout the code here: https://github.com/william-vw/pyld_normalize_test. A single additional...
rdfdiff
### Version 4.9.0 ### What happened? rdfdiff is not functioning as expected. will issue a PR with suggested fixes & tests. ### Relevant output and stacktrace _No response_ ### Are...